##// END OF EJS Templates
Fixed @implab/djx/index typings
cin -
r10:649967c9429d default
parent child
Show More
@@ -2,8 +2,12
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 declare const result: { url: string };
2 const result: { url: string };
3 export = result;
3 export = result;
4 }
4 }
@@ -6,7 +6,7
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 }
General Comments 0
You need to be logged in to leave comments. Login now