tsconfig.json
14 lines
| 440 B
| application/json
|
JsonLexer
cin
|
r65 | { | |
"compilerOptions": { | |||
"moduleResolution": "node", | |||
"noEmitOnError": true, | |||
"strict": true, | |||
"types": [], | |||
"experimentalDecorators": true, | |||
"jsxFactory": "createElement", | |||
cin
|
r72 | "target": "ES5", | |
cin
|
r65 | "jsx": "react", | |
cin
|
r79 | "lib": ["es5", "es2015.promise", "es2015.symbol", "es2015.iterable", "dom", "scripthost"], | |
cin
|
r116 | "noUnusedLocals": true, | |
"downlevelIteration": true | |||
cin
|
r65 | } | |
} |