##// END OF EJS Templates
wip migrating on new typescript build plugin
wip migrating on new typescript build plugin

File last commit:

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