Skip to content

Commit

Permalink
Angular: remove webpack-env from tsconfig types (#8036)
Browse files Browse the repository at this point in the history
Angular: remove webpack-env from tsconfig types
  • Loading branch information
shilman committed Sep 9, 2019
2 parents e9cefe9 + c7f23e8 commit 5c7f976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/angular/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compileOnSave": false,
"compilerOptions": {
"outDir": "dist",
"types": ["webpack-env"],
"types": [],
"rootDir": "./src",
"resolveJsonModule": true
}
Expand Down

1 comment on commit 5c7f976

@vercel
Copy link

@vercel vercel bot commented on 5c7f976 Sep 9, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.