Skip to content

Commit

Permalink
chore: remove unnecessary esModuleInterop (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
grabbou authored Feb 8, 2023
1 parent 8507a82 commit a5fe437
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/walletconnect/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "../../tsconfig.json",
"include": ["./src"],
"compilerOptions": {
"outDir": "./dist",
"esModuleInterop": true
"outDir": "./dist"
}
}

0 comments on commit a5fe437

Please sign in to comment.