Skip to content

Commit

Permalink
style: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi committed Feb 6, 2024
1 parent 473ddd8 commit 000fbc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"jsx": "react-jsx"
},
"include": ["src"],
"include": ["src"]
}
6 changes: 3 additions & 3 deletions packages/hawtio/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@hawtiosrc/*": ["src/*"],
"@hawtiosrc/*": ["src/*"]
},
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
Expand All @@ -20,8 +20,8 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"jsx": "react-jsx"
},
"include": ["src"],
"exclude": ["src/hawtio/**/ignore/**"],
"exclude": ["src/hawtio/**/ignore/**"]
}

0 comments on commit 000fbc0

Please sign in to comment.