Skip to content

Commit

Permalink
chore: remove esModuleInterop from tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Feb 15, 2025
1 parent 6575d1c commit 53bb887
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"target": "ES2017",
"module": "CommonJS",
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
Expand Down

0 comments on commit 53bb887

Please sign in to comment.