File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed
Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 22 "compilerOptions" : {
33 "outDir" : " lib" ,
44 "target" : " es5" ,
5- "lib" : [" es6" , " dom" ],
5+ "lib" : [" es7" , " dom" ],
6+ "types" : [" reflect-metadata" ],
7+ "sourceMap" : true ,
8+ "inlineSources" : true ,
69 "module" : " commonjs" ,
710 "moduleResolution" : " node" ,
8- "declaration" : true ,
911 "experimentalDecorators" : true ,
1012 "emitDecoratorMetadata" : true ,
13+ "removeComments" : false ,
14+ "strict" : false ,
1115 "noImplicitAny" : true ,
12- "noUnusedParameters" : false ,
16+ "strictNullChecks" : false ,
17+ "noImplicitThis" : false ,
18+ "alwaysStrict" : true ,
1319 "noUnusedLocals" : true ,
14- "removeComments" : true ,
15- "sourceMap" : false
20+ "noUnusedParameters" : false ,
21+ "noImplicitReturns" : true ,
22+ "noFallthroughCasesInSwitch" : true
1623 },
1724 "include" : [
1825 " ./src/**/*.ts"
You can’t perform that action at this time.
0 commit comments