tsconfig.json
11 lines
| 338 B
| application/json
|
JsonLexer
/ src / tsconfig.json
|
|
r47 | { | |
| "compilerOptions": { | |||
|
|
r49 | "moduleResolution": "node", | |
|
|
r107 | "experimentalDecorators": true, | |
|
|
r51 | "noEmitOnError": true, | |
|
|
r49 | "listFiles": true, | |
|
|
r142 | //"strict": true, | |
|
|
r59 | "types": [], | |
|
|
r107 | "target": "ES5", | |
|
|
r93 | "lib": ["es5", "es2015.promise", "es2015.symbol", "es2015.iterable", "dom", "scripthost"] | |
|
|
r90 | } | |
|
|
r47 | } |
