File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "compilerOptions" : {
3
+ "target" : " es5" ,
4
+ "module" : " es2015" ,
5
+ "moduleResolution" : " node" ,
6
+ "lib" : [" es2015" , " dom" ],
7
+ "outDir" : " dist" ,
8
+ "isolatedModules" : false ,
9
+ "experimentalDecorators" : true ,
10
+ "emitDecoratorMetadata" : true ,
11
+ "noImplicitAny" : true ,
12
+ "noImplicitUseStrict" : false ,
13
+ "noEmitHelpers" : false ,
14
+ "noLib" : false ,
15
+ "noUnusedLocals" : true ,
16
+ "noEmitOnError" : true ,
17
+ "allowSyntheticDefaultImports" : false ,
18
+ "skipLibCheck" : true ,
19
+ "skipDefaultLibCheck" : true ,
20
+ "strict" : true ,
21
+ "strictNullChecks" : true ,
22
+ "strictFunctionTypes" : true ,
23
+ "forceConsistentCasingInFileNames" : true ,
24
+ "declaration" : true ,
25
+ "sourceMap" : true
26
+ },
27
+ "include" : [
28
+ " src/**/*.ts"
29
+ ]
30
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
3
"target" : " es5" ,
4
- "module" : " es2015 " ,
4
+ "module" : " commonjs " ,
5
5
"moduleResolution" : " node" ,
6
6
"lib" : [" es2015" , " dom" ],
7
7
"outDir" : " dist" ,
You can’t perform that action at this time.
0 commit comments