Skip to content

Commit

Permalink
chore: revert me reverting tsconfig change :P
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Jul 5, 2024
1 parent d7a9db2 commit c0377f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"outDir": "dist/",
"declaration": true,
"sourceMap": true,
"isolatedModules": true
"isolatedModules": true,
"esModuleInterop": true
},
"include": ["src"]
}

0 comments on commit c0377f4

Please sign in to comment.