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

@ -5,13 +5,8 @@
"target": "ES2022",
"module": "CommonJS",
"esModuleInterop": true,
"lib": [
"DOM",
"ES2024",
],
"lib": ["DOM", "ES2024"],
"moduleResolution": "node"
},
"exclude": [
"./dist"
]
"exclude": ["./dist"]
}