File tree Expand file tree Collapse file tree 1 file changed +15
-9
lines changed
Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change 11{
2- "include" : [" ./src" , " ./demo/src" , " ./manual/js" ],
2+ "include" : [
3+ " ./src" ,
4+ " ./demo/src" ,
5+ " ./manual/js" ,
6+ " ./types"
7+ ],
38 "compilerOptions" : {
49 "baseUrl" : " ." ,
510 "outDir" : " ./build" ,
6- "paths" : {
7- "postprocessing" : [" ./src/index.js" ]
8- },
9- "moduleResolution" : " node" ,
10- "module" : " ESNext" ,
11- "target" : " ESNext" ,
11+ "moduleResolution" : " bundler" ,
12+ "module" : " ES2022" ,
13+ "target" : " ES2022" ,
1214 "strict" : true ,
1315 "allowJs" : true ,
1416 "sourceMap" : false ,
1517 "skipLibCheck" : true ,
1618 "importHelpers" : true ,
17- "downlevelIteration " : true ,
19+ "resolveJsonModule " : true ,
1820 "noImplicitOverride" : true ,
19- "allowSyntheticDefaultImports" : true
21+ "allowSyntheticDefaultImports" : true ,
22+ "paths" : {
23+ "postprocessing" : [" ./src/index.js" ],
24+ "temp" : [" ./temp" ]
25+ }
2026 }
2127}
You can’t perform that action at this time.
0 commit comments