Skip to content

Commit

Permalink
fix: ts errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Guillemin committed Feb 5, 2024
1 parent 253fe20 commit 7fb6acb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"exclude": ["src/test/**/*"],
"compilerOptions": {
"allowImportingTsExtensions": true,
"noEmit": false,
"composite": true,
"baseUrl": ".",
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"compilerOptions": {
"allowImportingTsExtensions": true,
"noEmit": false,
"noEmit": true,
"composite": true,
"module": "ESNext",
"moduleResolution": "Bundler",
Expand Down

0 comments on commit 7fb6acb

Please sign in to comment.