##// END OF EJS Templates
Working on build, vs code tasks
Working on build, vs code tasks

File last commit:

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