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"], "lib": ["dom", "dom.iterable", "esnext"],
"strict": true, "strict": true,
"noEmit": true, "noEmit": true,
"module": "esnext", "module": "CommonJS",
"moduleResolution": "node", "moduleResolution": "node",
"isolatedModules": true, "isolatedModules": true,
"allowSyntheticDefaultImports": true "allowSyntheticDefaultImports": true