feat: enable strict TypeScript checks

This commit is contained in:
2025-11-08 14:01:06 +01:00
parent 13dfd771cd
commit a615afb81f
4 changed files with 65 additions and 5 deletions

View File

@@ -14,5 +14,9 @@
{
"path": "./.nuxt/tsconfig.node.json"
}
]
}
],
"compilerOptions": {
"strict": true,
"strictNullChecks": true,
}
}