Skip to content

Commit 745dd84

Browse files
Dan WahlinDan Wahlin
Dan Wahlin
authored and
Dan Wahlin
committed
Added lib to tsconfig
1 parent 0ad0463 commit 745dd84

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
"gulp-sass": "^2.3.2",
5353
"gulp-uglify": "^2.0.0",
5454
"run-sequence": "^1.2.2",
55-
"@types/core-js": "0.9.35",
5655
"@types/node": "7.0.5"
5756
}
5857
}

src/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"sourceMap": true,
77
"emitDecoratorMetadata": true,
88
"experimentalDecorators": true,
9+
"lib": [ "es2015", "dom" ],
910
"removeComments": false,
1011
"noImplicitAny": false,
1112
"suppressImplicitAnyIndexErrors": true

0 commit comments

Comments
 (0)