This commit is contained in:
2026-03-01 07:21:46 +01:00
parent 9db5cbf236
commit 7967f63fea
39 changed files with 3297 additions and 1646 deletions

View File

@@ -6,7 +6,7 @@
"strict": true,
"jsx": "preserve",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"types": ["vite/client"],
"types": ["vite/client", "vite-plugin-pwa/client"],
"skipLibCheck": true,
"paths": { "@/*": ["./src/*"] }
},