We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6754a27 commit 0132f39Copy full SHA for 0132f39
tsconfig.json
@@ -31,5 +31,6 @@
31
"forceConsistentCasingInFileNames": true,
32
// `tsdx build` ignores this option, but it is commonly used when type-checking separately with `tsc`
33
"noEmit": true,
34
+ "baseUrl": "src"
35
}
36
0 commit comments