##// END OF EJS Templates
fixed bug in applying a lifetime while processing the json configuration...
fixed bug in applying a lifetime while processing the json configuration fixed template-compile

File last commit:

r51:43a2828f8abe v1.2.0-rc di-typescript
r152:8bee6a6d5f46 v1.4.0-rc10 default
Show More
tsconfig.json
8 lines | 133 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
"rootDir": "ts"
},
"include": [
"ts/**/*.ts"
]
}