##// END OF EJS Templates
improved typings
improved typings

File last commit:

r1:a51ea59f0423 default
r7:58282d42a47b default
Show More
tsconfig.json
8 lines | 139 B | application/json | JsonLexer
cin
working on fluent configuration
r1 {
"extends": "../tsconfig",
"compilerOptions": {
"rootDirs": [
"ts",
"../main/ts"
]
}
}