##// END OF EJS Templates
Changed @djclass decorator to support legacy dojo versions (<1.15)
Changed @djclass decorator to support legacy dojo versions (<1.15)

File last commit:

r8:6d80d7901b4c v1.0.0-rc3 default
r11:5a2c44d8e1f3 v1.0.0-rc5 default
Show More
tsconfig.json
17 lines | 455 B | application/json | JsonLexer
cin
Initial commit, copied files related to .tsx scripts support.
r0 {
"extends": "../tsconfig",
"compilerOptions": {
cin
sync
r7 "baseUrl": ".",
cin
Initial commit, copied files related to .tsx scripts support.
r0 "rootDir": "ts",
"rootDirs": [
"ts",
cin
sync
r7 "typings",
"../main/ts",
"../main/typings"
cin
Initial commit, copied files related to .tsx scripts support.
r0 ],
cin
sync
r7 "paths": {
cin
sync
r8 "@implab/djx" : ["../main/ts", "../main/typings"],
"@implab/djx/*" : ["../main/ts/*", "../main/typings/*" ]
cin
sync
r7 },
cin
sync
r8 "types": ["requirejs", "../main/typings"]
cin
Initial commit, copied files related to .tsx scripts support.
r0 }
}