build: Fix running webpack on ESM

This commit is contained in:
Elian Doran
2024-07-23 00:12:08 +03:00
parent 6f6ce38538
commit 3dbf8fb1c1
4 changed files with 7 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{
"compilerOptions": {
"moduleResolution": "Bundler",
"module": "ES2022",
"module": "ESNext",
"target": "ES2020",
"declaration": false,
"sourceMap": true,