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