File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "extends" : " @duc /tsconfig/base.json" ,
2+ "extends" : " .. /tsconfig/base.json" ,
33 "compilerOptions" : {
44 "outDir" : " dist" ,
55 "declaration" : true ,
66 "declarationDir" : " dist" ,
77 "rootDir" : " src" ,
8+ "module" : " es2022" ,
89 "paths" : {
910 "ducjs/*" : [" ./src/*" ]
1011 }
Original file line number Diff line number Diff line change 11{
2+ "extends" : " ../tsconfig/base.json" ,
23 "compilerOptions" : {
34 "target" : " ES2020" ,
45 "module" : " ESNext" ,
56 "lib" : [" ES2020" , " DOM" ],
6- "moduleResolution" : " bundler" ,
77 "rootDir" : " ./src" ,
8- "baseUrl" : " ." ,
98 "outDir" : " dist" ,
109 "declaration" : true ,
1110 "declarationMap" : true ,
1615 "skipLibCheck" : true ,
1716 "resolveJsonModule" : true ,
1817 "paths" : {
19- "ducpdf/*" : [" src/*" ],
18+ "ducpdf/*" : [" ./ src/*" ],
2019 "ducjs/*" : [" ../ducjs/src/*" ]
2120 }
2221 },
Original file line number Diff line number Diff line change 11{
2- "extends" : " @duc /tsconfig/base.json" ,
2+ "extends" : " .. /tsconfig/base.json" ,
33 "compilerOptions" : {
44 "outDir" : " dist" ,
55 "declaration" : true ,
88 "composite" : false ,
99 "rootDir" : " src" ,
1010 "paths" : {
11- "ducsvg/*" : [" ./src/*" ],
12- "ducpdf/*" : [" ../../packages/ducpdf/src/*" ],
13- "ducjs/*" : [" ../../packages/ducjs/src/*" ],
11+ "ducsvg/*" : [
12+ " ./src/*"
13+ ],
14+ "ducpdf/*" : [
15+ " ../../packages/ducpdf/src/*"
16+ ],
17+ "ducjs/*" : [
18+ " ../../packages/ducjs/src/*"
19+ ],
1420 },
1521 },
16- "include" : [" src/**/*" ],
17- "exclude" : [" node_modules" , " dist" ]
18- }
22+ "include" : [
23+ " src/**/*"
24+ ],
25+ "exclude" : [
26+ " node_modules" ,
27+ " dist"
28+ ]
29+ }
You can’t perform that action at this time.
0 commit comments