Fix types

This commit is contained in:
Hazem Krimi
2023-05-06 18:21:38 +01:00
parent ffa06e546a
commit 5164c31560
4 changed files with 151 additions and 25 deletions
+2 -1
View File
@@ -1,12 +1,13 @@
{
"compilerOptions": {
"target": "es5",
"target": "esnext",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"types": ["node", "vite/client"],
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "esnext",