##// END OF EJS Templates
migrating to new project plugin 1.0.1-rc1...
migrating to new project plugin 1.0.1-rc1 added all source sets and compilerOptions

File last commit:

r89:441fae622bca ts-plugin
r90:fddd238cb7ee ts-plugin
Show More
tsconfig.json
13 lines | 234 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
"rootDir": "ts",
"baseUrl": ".",
"rootDirs": [
"ts",
"../main/ts"
]
},
"include" : [
"ts/**/*.ts"
]
}