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