Skip to content

Commit

Permalink
fix(typings): dont include reference to core-js
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Lewis committed Sep 28, 2016
1 parent 0c852ed commit 68dc84f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig-ngc.json
Expand Up @@ -11,7 +11,8 @@
"rootDir": "./",
"sourceMap": true,
"inlineSources": true,
"skipLibCheck": true
"types": [],
"lib": ["es6", "dom"]
},
"files": [
"src/index.ts"
Expand Down

0 comments on commit 68dc84f

Please sign in to comment.