fix(ignore): Revert module to commonjs

This commit is contained in:
koenkk
2023-12-27 21:24:08 +01:00
parent 03a1ce3895
commit 6b6cc8aa34
+1 -1
View File
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"module": "ES2022",
"module": "commonjs",
"esModuleInterop": true,
"target": "ES2022",
"lib": ["ES2022"],