##// END OF EJS Templates
Added tag v1.4.0-rc1 for changeset a2fb9af6341c
Added tag v1.4.0-rc1 for changeset a2fb9af6341c

File last commit:

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