##// 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
cin
tests moved under src/ folder...
r50 {
cin
working version...
r51 "extends": "../tsconfig",
cin
tests moved under src/ folder...
r50 "compilerOptions": {
"types": [
cin
working on support commonjs modules format
r59 "node"
],
"rootDirs": [
"ts",
cin
wip migrating on new typescript build plugin
r174 "../main/ts"
cin
tests moved under src/ folder...
r50 ]
},
"include": [
"ts/**/*.ts"
]
}