tsc.test.json
11 lines
| 219 B
| application/json
|
JsonLexer
|
|
r7 | { | |
| "compilerOptions": { | |||
| "target": "es5", | |||
| "module": "amd", | |||
| "sourceMap": true, | |||
| "outDir" : "build/test", | |||
| "allowJs": true | |||
| }, | |||
| "include" : [ | |||
| "test/ts/**/*.ts" | |||
| ] | |||
| } |
