Skip to content

Commit

Permalink
build: remove esModuleInterop option in TypeScript configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
  • Loading branch information
threeal committed Dec 27, 2024
1 parent abb1376 commit 0559b45
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 @@ -7,7 +7,6 @@
"module": "node16",
"declaration": true,
"outDir": "dist",
"esModuleInterop": true,
"target": "es2022",
"skipLibCheck": true
}
Expand Down

0 comments on commit 0559b45

Please sign in to comment.