File tree Expand file tree Collapse file tree 1 file changed +35
-4
lines changed Expand file tree Collapse file tree 1 file changed +35
-4
lines changed Original file line number Diff line number Diff line change 1111 "resolveJsonModule" : true ,
1212 "allowSyntheticDefaultImports" : true ,
1313 "forceConsistentCasingInFileNames" : true ,
14- "baseUrl" : " ../../../. " ,
14+ "baseUrl" : " ${configDir} " ,
1515 "paths" : {
16- "@/*" : [" src/*" ],
17- "~/*" : [" src/*" ]
16+ "@/*" : [" ${configDir}/ src/*" ],
17+ "~/*" : [" ${configDir}/ src/*" ]
1818 }
19- }
19+ },
20+ "include" : [
21+ " ${configDir}/src/**/*" ,
22+ " ${configDir}/test/**/*" ,
23+ " ${configDir}/tests/**/*" ,
24+ " ${configDir}/*.js" ,
25+ " ${configDir}/*.mjs" ,
26+ " ${configDir}/*.cjs" ,
27+ " ${configDir}/*.ts" ,
28+ " ${configDir}/*.mts" ,
29+ " ${configDir}/*.cts"
30+ ],
31+ "exclude" : [
32+ " ${configDir}/.private" ,
33+ " ${configDir}/.out" ,
34+ " ${configDir}/.tmp" ,
35+ " ${configDir}/.temp" ,
36+ " ${configDir}/.dist" ,
37+ " ${configDir}/.build" ,
38+ " ${configDir}/.cache" ,
39+ " ${configDir}/.output" ,
40+ " ${configDir}/.history" ,
41+ " ${configDir}/node_modules" ,
42+ " ${configDir}/out" ,
43+ " ${configDir}/tmp" ,
44+ " ${configDir}/temp" ,
45+ " ${configDir}/dist" ,
46+ " ${configDir}/build" ,
47+ " ${configDir}/cache" ,
48+ " ${configDir}/output" ,
49+ " ${configDir}/history"
50+ ]
2051}
You can’t perform that action at this time.
0 commit comments