##// END OF EJS Templates
working build and test for browser and node targets
working build and test for browser and node targets

File last commit:

r89:441fae622bca ts-plugin
r93:e1c9ce0d77b4 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"
]
}