##// END OF EJS Templates
Added tag v1.2.5 for changeset 2807ab11174c
Added tag v1.2.5 for changeset 2807ab11174c

File last commit:

r71:73341acc489b default
r84:68eba315d2ab 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 }
}