tsconfig.json
21 lines
| 401 B
| application/json
|
JsonLexer
|
|
r60 | { | |
| "extends": "../tsconfig", | |||
| "compilerOptions": { | |||
| "rootDir": "ts", | |||
| "baseUrl": ".", | |||
| "paths": { | |||
| "@implab/core/*": [ | |||
| "../../build/dist/*" | |||
| ] | |||
| }, | |||
| "types": [ | |||
| "node" | |||
| ], | |||
| "rootDirs": [ | |||
| "ts", | |||
| "../typings/test" | |||
| ] | |||
| }, | |||
| "include" : [ | |||
| "ts/**/*.ts" | |||
| ] | |||
| } |
