We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6d33b commit 63262abCopy full SHA for 63262ab
tsconfig.json
@@ -30,6 +30,6 @@
30
// error out if import and file system have a casing mismatch. Recommended by TS
31
"forceConsistentCasingInFileNames": true,
32
// `tsdx build` ignores this option, but it is commonly used when type-checking separately with `tsc`
33
- "noEmit": true,
+ "noEmit": true
34
}
35
0 commit comments