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