Skip to content

Commit

Permalink
fix: don't add references to core-js in d.ts files
Browse files Browse the repository at this point in the history
Fixes #1027

Closes #1028
  • Loading branch information
pkozlowski-opensource committed Nov 11, 2016
1 parent cd7363f commit d18b103
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"@angular/platform-server": "2.0.0",
"@angular/router": "3.0.0",
"@ngtools/webpack": "^1.1.4",
"@types/core-js": "^0.9.34",
"@types/jasmine": "^2.5.37",
"@types/node": "^6.0.46",
"angular2-template-loader": "^0.6.0",
Expand Down
1 change: 1 addition & 0 deletions tsconfig-aot.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "ES5",
"lib": ["es2015", "dom"],
"module": "es2015",
"moduleResolution": "node",
"declaration": true,
Expand Down
1 change: 1 addition & 0 deletions tsconfig-es2015.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "es5",
"lib": ["es2015", "dom"],
"module": "es2015",
"moduleResolution": "node",
"declaration": true,
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "ES5",
"lib": ["es2015", "dom"],
"module": "commonjs",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
Expand Down

0 comments on commit d18b103

Please sign in to comment.