tsconfig.json
17 lines
| 370 B
| application/json
|
JsonLexer
/ src / tsconfig.json
|
|
r47 | { | |
| "compilerOptions": { | |||
| "target": "es3", | |||
| "sourceMap": true, | |||
| "declaration": true, | |||
|
|
r49 | "moduleResolution": "node", | |
|
|
r51 | "noEmitOnError": true, | |
|
|
r49 | "listFiles": true, | |
|
|
r47 | "lib": [ | |
| "es5", | |||
| "es2015.promise", | |||
|
|
r48 | "es2015.symbol", | |
| "dom" | |||
| ], | |||
| "types": [] | |||
|
|
r51 | }, | |
| "files": [] | |||
|
|
r47 | } |
