chore: 请用typescript的类型检查
This commit is contained in:
@ -36,6 +36,16 @@ export default defineNuxtConfig({
|
||||
provider: 'local',
|
||||
},
|
||||
|
||||
typescript: {
|
||||
tsConfig: {
|
||||
compilerOptions: {
|
||||
noUnUsedLocals: false,
|
||||
noUnUsedParameters: false,
|
||||
strict: false,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
// css
|
||||
css: [
|
||||
'@unocss/reset/tailwind.css',
|
||||
|
||||
Reference in New Issue
Block a user