##// END OF EJS Templates
code review, minor refactoring
code review, minor refactoring

File last commit:

r107:e59104632d14 default
r142:894b8239b953 v1.9.0-rc5 default
Show More
tsconfig.json
16 lines | 330 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
"rootDir": "ts",
"rootDirs": [
"ts",
"typings"
],
"types": [
"requirejs",
"./typings",
"@implab/dojo-typings",
"@implab/dojo-typings/dojo/NodeList-fx"
]
}
}