##// END OF EJS Templates
Converted to subproject djx, removed dojo-typings
Converted to subproject djx, removed dojo-typings

File last commit:

r65:8ac132c83639 default
r65:8ac132c83639 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"
]
}
}