mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +10:00
feat: add yarn typecheck and fix all types
This commit is contained in:
@ -45,6 +45,16 @@ export default defineNuxtConfig({
|
||||
compressPublicAssets: true,
|
||||
},
|
||||
|
||||
typescript: {
|
||||
tsConfig: {
|
||||
compilerOptions: {
|
||||
verbatimModuleSyntax: false,
|
||||
skipDefaultLibCheck: true,
|
||||
skipLibCheck: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
extends: ["./drop-base"],
|
||||
|
||||
// Module config from here down
|
||||
|
||||
Reference in New Issue
Block a user