Skip to content

Commit

Permalink
remove unnecessary tsconfig lib
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangmweb committed Apr 21, 2021
1 parent c466c64 commit 786e45c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/framework-integration-tests/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"experimentalDecorators": true,
"lib": [
"ES2019",
"ES2020",
"DOM"
"ES2020"
],
"plugins": [
{ "transform": "metadata-booster" }
Expand Down

0 comments on commit 786e45c

Please sign in to comment.