File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 44 "declaration" : false ,
55 "jsx" : " react" ,
66 "module" : " system" ,
7+ "newLine" : " LF" ,
78 "noEmit" : true ,
89 "noEmitOnError" : true ,
910 "noImplicitAny" : false ,
10- "noResolve" : false ,
11+ "noImplicitThis" : false ,
12+ "noUnusedLocals" : true ,
13+ "noUnusedParameters" : true ,
14+ "noResolve" : true ,
1115 "outDir" : " ../out" ,
1216 "preserveConstEnums" : true ,
17+ "pretty" : true ,
1318 "removeComments" : true ,
1419 "isolatedModules" : false ,
1520 "sourceMap" : false ,
2126 "noImplicitReturns" : true ,
2227 "noFallthroughCasesInSwitch" : true ,
2328 "allowUnreachableCode" : false ,
29+ "typeRoots" : [" ../node_modules/@types/" ],
30+ "allowJs" : false ,
2431 "noImplicitUseStrict" : false ,
25- "typeRoots" : [" ../node_modules/@types/" ]
32+ "lib" : [" es5" , " es6" , " es2016.array.include" ],
33+ "strictNullChecks" : false
2634 },
2735 "include" : [
2836 " **/*"
3341 " test-runner.tsx" ,
3442 " **/*.spec.*"
3543 ],
36- "atom " : {
44+ "vscode " : {
3745 "rewriteTsconfig" : true
3846 },
39- "vscode " : {
47+ "atom " : {
4048 "rewriteTsconfig" : true
4149 },
4250 "formatCodeOptions" : {
You can’t perform that action at this time.
0 commit comments