tsconfig.json
12 lines
| 287 B
| application/json
|
JsonLexer
cin
|
r65 | { | |
"extends": "../tsconfig", | |||
"compilerOptions": { | |||
//"rootDir": "ts", | |||
"rootDirs": [ | |||
"ts", | |||
"typings", | |||
"../main/ts", | |||
"../main/typings" | |||
], | |||
"types": ["requirejs", "../main/typings", "dojo-typings"] | |||
} | |||
} |