##// END OF EJS Templates
disable pusblish for playground
disable pusblish for playground

File last commit:

r93:d99e2014cea4 default
r106:42a5dbd25b32 default
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 }
}