File tree 1 file changed +15
-9
lines changed
1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "include" : [" ./src" , " ./demo/src" , " ./manual/js" ],
2
+ "include" : [
3
+ " ./src" ,
4
+ " ./demo/src" ,
5
+ " ./manual/js" ,
6
+ " ./types"
7
+ ],
3
8
"compilerOptions" : {
4
9
"baseUrl" : " ." ,
5
10
"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" ,
12
14
"strict" : true ,
13
15
"allowJs" : true ,
14
16
"sourceMap" : false ,
15
17
"skipLibCheck" : true ,
16
18
"importHelpers" : true ,
17
- "downlevelIteration " : true ,
19
+ "resolveJsonModule " : true ,
18
20
"noImplicitOverride" : true ,
19
- "allowSyntheticDefaultImports" : true
21
+ "allowSyntheticDefaultImports" : true ,
22
+ "paths" : {
23
+ "postprocessing" : [" ./src/index.js" ],
24
+ "temp" : [" ./temp" ]
25
+ }
20
26
}
21
27
}
You can’t perform that action at this time.
0 commit comments