mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-15 17:21:13 +10:00
fix: remaining type issues
This commit is contained in:
@ -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,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user