##// 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
{
"extends": "../tsconfig",
"compilerOptions": {
"rootDir": "ts",
"rootDirs": [
"ts",
"typings"
],
"types": [
"requirejs", "./typings", "dojo-typings"
]
}
}