fix(config): stricter typescript for better type inference

This commit is contained in:
upsiflu 2025-03-09 13:10:54 +01:00
parent 3e31002df9
commit 56fff9d583
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
"baseUrl": ".",
"sourceMap": true,
"noUnusedLocals": true,
"noImplicitAny": true,
"experimentalDecorators": true,
"typeRoots": ["node_modules", "node_modules/@types"],
"types": [