Skip to content

Commit

Permalink
fix(ignore): Revert module to commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Dec 27, 2023
1 parent 4116304 commit 7d14fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"module": "ES2022",
"module": "commonjs",
"esModuleInterop": true,
"target": "ES2022",
"lib": ["ES2022"],
Expand Down

0 comments on commit 7d14fff

Please sign in to comment.