##// END OF EJS Templates
Close v1.3 branch
Close v1.3 branch

File last commit:

r93:d99e2014cea4 default
r103:4a1b0098cd9e v1.3
Show More
tsconfig.json
13 lines | 328 B | application/json | JsonLexer
cin
Converted to subproject djx, removed dojo-typings
r65 {
"extends": "../tsconfig",
"compilerOptions": {
cin
minor code cleanups
r93 "noUnusedLocals": false,
cin
Converted to subproject djx, removed dojo-typings
r65 //"rootDir": "ts",
"rootDirs": [
"ts",
"typings",
"../main/ts",
"../main/typings"
],
cin
Switched to @implab/dojo-typings
r71 "types": ["requirejs", "../main/typings", "@implab/dojo-typings"]
cin
Converted to subproject djx, removed dojo-typings
r65 }
}