##// END OF EJS Templates
working on text writer
working on text writer

File last commit:

r59:ba3ff79c2832 default
r79:51649f0f8acd default
Show More
tsconfig.json
14 lines | 271 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
"rootDir": "ts",
"baseUrl": ".",
"paths": {
"@implab/core/*": [
"../../build/dist/*"
]
}
},
"include" : [
"ts/**/*.ts"
]
}