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 5b7c544 commit 2400b9eCopy full SHA for 2400b9e
configs/tsconfig.json
@@ -46,10 +46,7 @@
46
"isolatedModules": true, // ensure that the types you write are checkable looking at a single file
47
48
"incremental": true, // cache some informations about the types to speed up the next typechecks
49
- "tsBuildInfoFile": ".tsbuildinfo", // set the name of the cache file
50
-
51
- "baseUrl": "${configDir}", // path alias root
52
- "rootDirs": ["${configDir}"] // virtual root for codegen files
+ "tsBuildInfoFile": ".tsbuildinfo" // set the name of the cache file
53
},
54
55
"exclude": ["${configDir}/**/node_modules", "${configDir}/**/dist"],
0 commit comments