##// END OF EJS Templates
Added tag v1.4.0-rc5 for changeset f3f5c56d3b3e
Added tag v1.4.0-rc5 for changeset f3f5c56d3b3e

File last commit:

r135:03e32ec7c20b ioc ts support
r147:2c6e9b70b3bb default
Show More
tsconfig.json
11 lines | 185 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
"rootDirs": [
"ts",
"../main/ts"
]
},
"include" : [
"ts/**/*.ts"
]
}