We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad0463 commit 745dd84Copy full SHA for 745dd84
src/package.json
@@ -52,7 +52,6 @@
52
"gulp-sass": "^2.3.2",
53
"gulp-uglify": "^2.0.0",
54
"run-sequence": "^1.2.2",
55
- "@types/core-js": "0.9.35",
56
"@types/node": "7.0.5"
57
}
58
src/tsconfig.json
@@ -6,6 +6,7 @@
6
"sourceMap": true,
7
"emitDecoratorMetadata": true,
8
"experimentalDecorators": true,
9
+ "lib": [ "es2015", "dom" ],
10
"removeComments": false,
11
"noImplicitAny": false,
12
"suppressImplicitAnyIndexErrors": true
0 commit comments