##// END OF EJS Templates
Changed build script to include local typings to compilation task
Changed build script to include local typings to compilation task

File last commit:

r28:b88fac0e76c0 v1.0.0-rc13 default
r50:346ba910a542 v1.0.5 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"
]
}
}