Skip to content

Commit

Permalink
revert esModuleInterop change
Browse files Browse the repository at this point in the history
  • Loading branch information
sunker committed Dec 18, 2023
1 parent 453e2b5 commit b05d0c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/plugin-e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"outDir": "./dist",
"declaration": true,
"stripInternal": true,
"module": "NodeNext",
"esModuleInterop": false
"module": "NodeNext"
},
"exclude": ["node_modules"],
"extends": "../../tsconfig.base.json",
Expand Down

0 comments on commit b05d0c1

Please sign in to comment.