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