##// END OF EJS Templates
initial commit
initial commit

File last commit:

r0:9cf129973079 default
r0:9cf129973079 default
Show More
tsconfig.json
8 lines | 133 B | application/json | JsonLexer
cin
initial commit
r0 {
"extends": "../tsconfig",
"compilerOptions": {
"rootDir": "ts"
},
"include": [
"ts/**/*.ts"
]
}