feat: enforce strict TypeScript rules and add biome configuration
This commit is contained in:
+2
-1
@@ -6,9 +6,10 @@
|
||||
"dom.iterable",
|
||||
"esnext"
|
||||
],
|
||||
"noImplicitAny": true,
|
||||
"strict": true,
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"noEmit": true,
|
||||
"esModuleInterop": true,
|
||||
"module": "esnext",
|
||||
|
||||
Reference in New Issue
Block a user