tsconfig.json
20 lines
| 424 B
| application/json
|
JsonLexer
/ src / tsconfig.json
|
|
r47 | { | |
| "compilerOptions": { | |||
| "target": "es3", | |||
| "module": "amd", | |||
| "sourceMap": true, | |||
| "declaration": true, | |||
|
|
r49 | "moduleResolution": "node", | |
| "listFiles": true, | |||
|
|
r47 | "lib": [ | |
| "es5", | |||
| "es2015.promise", | |||
|
|
r48 | "es2015.symbol", | |
| "dom" | |||
| ], | |||
| "rootDirs": [ | |||
|
|
r49 | "main/ts", | |
|
|
r48 | "amd/ts" | |
| ], | |||
| "types": [] | |||
|
|
r49 | } | |
|
|
r47 | } |
