This commit is contained in:
2026-05-23 19:54:03 +09:00
parent c3383b778b
commit 1fd95616a5
46 changed files with 3920 additions and 107 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"types": ["vite/client"],
"typeRoots": ["./node_modules/"],
"target": "ES2023",
"lib": ["ES2023", "DOM"],
"lib": ["ES2023", "DOM", "WebWorker", "WebWorker.Iterable"],
"module": "ESNext",
/* Linting */