File tree 3 files changed +13
-5
lines changed
3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ./tsconfig.build.json" ,
3
+ "compilerOptions" : {
4
+ "outDir" : " ./dist/es6" ,
5
+ "module" : " es6"
6
+ }
7
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ./tsconfig.json" ,
3
3
"compilerOptions" : {
4
- "outDir " : " ./es6 " ,
5
- "module" : " es6 "
6
- }
4
+ "noEmit " : false
5
+ },
6
+ "include" : [ " ./src " ]
7
7
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
- "outDir" : " ./lib" ,
3
+ "outDir" : " ./dist/lib" ,
4
+ "noEmit" : true ,
4
5
"declaration" : true ,
6
+ "esModuleInterop" : true ,
5
7
"module" : " commonjs" ,
6
8
"noImplicitReturns" : false ,
7
9
"noUnusedLocals" : true ,
8
10
"noUnusedParameters" : true ,
9
11
"noFallthroughCasesInSwitch" : true ,
10
- "noEmitOnError" : false ,
11
12
"strict" : true ,
12
13
"target" : " es5" ,
13
14
"moduleResolution" : " node" ,
You can’t perform that action at this time.
0 commit comments