@@ -1,9 +1,13 | |||
|
1 | 1 | { |
|
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 |
@@ -1,4 +1,4 | |||
|
1 | 1 | declare module "@implab/djx/css!*" { |
|
2 |
|
|
|
2 | const result: { url: string }; | |
|
3 | 3 | export = result; |
|
4 | 4 | } |
@@ -1,13 +1,13 | |||
|
1 | 1 | { |
|
2 | 2 | "compilerOptions": { |
|
3 | 3 | "moduleResolution": "node", |
|
4 | 4 | "noEmitOnError": true, |
|
5 | 5 | "strict": true, |
|
6 | 6 | "types": [], |
|
7 | 7 | "experimentalDecorators": true, |
|
8 | 8 | "jsxFactory": "createElement", |
|
9 | "skipLibCheck": true, | |
|
9 | //"skipLibCheck": true, | |
|
10 | 10 | "jsx": "react", |
|
11 | 11 | "lib": ["es5", "es2015.promise", "es2015.symbol", "es2015.iterable", "dom", "scripthost"] |
|
12 | 12 | } |
|
13 | 13 | } No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now