@@ -2,8 +2,12 | |||
|
2 | 2 | "extends": "../tsconfig", |
|
3 | 3 | "compilerOptions": { |
|
4 | 4 | "rootDir": "ts", |
|
5 | "rootDirs": [ | |
|
6 | "ts", | |
|
7 | "typings" | |
|
8 | ], | |
|
5 | 9 | "types": [ |
|
6 | "requirejs", "dojo-typings" | |
|
10 | "requirejs", "dojo-typings", "./typings/index" | |
|
7 | 11 | ] |
|
8 | 12 | } |
|
9 | 13 | } No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now