##// END OF EJS Templates
restructuring
restructuring

File last commit:

r175:fc69b40ceb98 tip default
r175:fc69b40ceb98 tip default
Show More
tsconfig.json
13 lines | 246 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
"types": [
"requirejs",
"dojo-typings"
],
"rootDir": "ts",
"rootDirs": [
"ts",
"../main/ts"
]
}
}