tsconfig.json
12 lines
| 377 B
| application/json
|
JsonLexer
/ src / tsconfig.json
cin
|
r0 | { | |
"compilerOptions": { | |||
"moduleResolution": "node", | |||
"noEmitOnError": true, | |||
cin
|
r1 | "strict": true, | |
cin
|
r0 | "types": [], | |
"experimentalDecorators": true, | |||
"jsxFactory": "createElement", | |||
cin
|
r28 | "skipLibCheck": true, | |
cin
|
r0 | "jsx": "react", | |
"lib": ["es5", "es2015.promise", "es2015.symbol", "es2015.iterable", "dom", "scripthost"] | |||
} | |||
} |