This commit is contained in:
Andras Schmelczer 2026-03-25 20:07:55 +00:00
commit 5c10454788
24 changed files with 3056 additions and 3129 deletions

View file

@ -6,12 +6,7 @@
"strict": true,
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"lib": [
"DOM",
"ES2024"
]
"lib": ["DOM", "ES2024"]
},
"exclude": [
"./dist"
]
"exclude": ["./dist"]
}