try commonJS

This commit is contained in:
Bogdan Fazakas 2023-01-10 18:43:37 +02:00
parent 809298bd22
commit a965707a1f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
"lib": ["dom", "dom.iterable", "esnext"],
"strict": true,
"noEmit": true,
"module": "esnext",
"module": "CommonJS",
"moduleResolution": "node",
"isolatedModules": true,
"allowSyntheticDefaultImports": true