##// END OF EJS Templates
Switched to @implab/dojo-typings
Switched to @implab/dojo-typings

File last commit:

r71:73341acc489b default
r71:73341acc489b default
Show More
tsconfig.json
12 lines | 295 B | application/json | JsonLexer
cin
Converted to subproject djx, removed dojo-typings
r65 {
"extends": "../tsconfig",
"compilerOptions": {
//"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 }
}