##// END OF EJS Templates
Fixed loading i18n with dojo module loader
Fixed loading i18n with dojo module loader

File last commit:

r28:b88fac0e76c0 v1.0.0-rc13 default
r46:ed3c20c09b00 v1.0.2 default
Show More
tsconfig.json
13 lines | 245 B | application/json | JsonLexer
cin
Initial commit, copied files related to .tsx scripts support.
r0 {
"extends": "../tsconfig",
"compilerOptions": {
"rootDir": "ts",
cin
Fixed @implab/djx/index typings
r10 "rootDirs": [
"ts",
"typings"
],
cin
created typings for basic part of dojo and dijit further work is required to...
r2 "types": [
cin
fixed strict mode @bind decorator
r28 "requirejs", "./typings", "dojo-typings"
cin
created typings for basic part of dojo and dijit further work is required to...
r2 ]
cin
Initial commit, copied files related to .tsx scripts support.
r0 }
cin
fixed strict mode @bind decorator
r28 }