update ts config

This commit is contained in:
Bogdan Fazakas 2023-01-10 18:24:52 +02:00
parent 31ee937167
commit 2ef4bdb747
2 changed files with 2 additions and 2 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

View File

@ -10,4 +10,4 @@
] ]
} }
] ]
} }