##// END OF EJS Templates
Working on IntrisictElements to support legacy and new tsx styles
Working on IntrisictElements to support legacy and new tsx styles

File last commit:

r40:ac3004768754 default
r40:ac3004768754 default
Show More
tsconfig.json
12 lines | 294 B | application/json | JsonLexer
{
"extends": "../tsconfig",
"compilerOptions": {
//"rootDir": "ts",
"rootDirs": [
"ts",
"typings",
"../main/ts",
"../main/typings"
],
"types": ["requirejs", "../main/typings/legacy", "dojo-typings"]
}
}