feat: enforce strict TypeScript rules and add biome configuration

This commit is contained in:
2025-06-28 12:01:17 +05:00
parent 11ac852762
commit 79ecb625d9
5 changed files with 205 additions and 2 deletions

View File

@@ -6,9 +6,10 @@
"dom.iterable",
"esnext"
],
"noImplicitAny": true,
"strict": true,
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",