refactor: move tsconfig to nuxt config

This commit is contained in:
Huskydog9988
2025-04-07 19:55:33 -04:00
parent 9d943bc5dc
commit e4aeaee6e7
2 changed files with 3 additions and 4 deletions
+2
View File
@@ -49,6 +49,8 @@ export default defineNuxtConfig({
tsConfig: {
compilerOptions: {
verbatimModuleSyntax: false,
strictNullChecks: true,
exactOptionalPropertyTypes: true,
},
},
},