tsc.json
11 lines
| 222 B
| application/json
|
JsonLexer
|
|
r8 | { | |
| "compilerOptions": { | |||
| "target": "es5", | |||
| "module": "amd", | |||
| "sourceMap": true, | |||
| "outDir" : "build/dist", | |||
| "declaration": true | |||
| }, | |||
| "include" : [ | |||
| "src/ts/**/*.ts" | |||
| ] | |||
| } |
