fix: remaining type issues

This commit is contained in:
DecDuck
2025-09-25 12:13:07 +10:00
parent 55878bdf5f
commit 4c9a2c681a
21 changed files with 120 additions and 136 deletions

View File

@ -163,9 +163,11 @@ export default defineNuxtConfig({
tsConfig: {
compilerOptions: {
// Not having these options on is sloppy, but it's a task for later me
verbatimModuleSyntax: false,
strictNullChecks: true,
exactOptionalPropertyTypes: true,
exactOptionalPropertyTypes: false,
//erasableSyntaxOnly: true,
noUncheckedIndexedAccess: false,
},
},