Skip to content

Commit

Permalink
Uses noEmit in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed Feb 22, 2024
1 parent c11e833 commit 4bcfbba
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions waspc/data/Generator/templates/sdk/wasp/dev/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@
// about missing types e.g. when using `toBeInTheDocument` and other matchers.
"@testing-library/jest-dom"
],
// Since this TS config is used only for IDE support and not for
// compilation, the following directory doesn't exist. We need to specify
// it to prevent this error:
// https://stackoverflow.com/questions/42609768/typescript-error-cannot-write-file-because-it-would-overwrite-input-file
"outDir": "phantom",
"noEmit": true
},
"exclude": [
"phantom"
],
}

0 comments on commit 4bcfbba

Please sign in to comment.