set tyoe commonJs

This commit is contained in:
Bogdan Fazakas 2023-01-11 11:52:02 +02:00
parent a5f5b3369c
commit 4728f12105
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