tsconfig.json
14 lines
| 233 B
| application/json
|
JsonLexer
|
|
r175 | { | |
| "extends": "../tsconfig", | |||
| "compilerOptions": { | |||
| "types": [ | |||
| "node" | |||
| ], | |||
| "rootDirs": [ | |||
| "ts", | |||
| "../main/ts" | |||
| ] | |||
| }, | |||
| "include": [ | |||
| "ts/**/*.ts" | |||
| ] | |||
| } |
