strict typescript

This commit is contained in:
2024-02-18 20:30:10 -05:00
parent 06fce5508a
commit b4fd4e3403
6 changed files with 37 additions and 26 deletions
+1
View File
@@ -3,6 +3,7 @@
"compilerOptions": {
"baseUrl": ".",
"strictNullChecks": true,
"strict": true,
"paths": {
"@components/*": ["src/components/*"],
"@layouts/*": ["src/layouts/*"],