Skip to content

Commit 2400b9e

Browse files
committed
fix tsconfig
1 parent 5b7c544 commit 2400b9e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

configs/tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,7 @@
4646
"isolatedModules": true, // ensure that the types you write are checkable looking at a single file
4747

4848
"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
49+
"tsBuildInfoFile": ".tsbuildinfo" // set the name of the cache file
5350
},
5451

5552
"exclude": ["${configDir}/**/node_modules", "${configDir}/**/dist"],

0 commit comments

Comments
 (0)