fix: 修正拼写错误

- 修改nuxt.config.ts
This commit is contained in:
2025-10-18 15:28:08 +08:00
parent 0ccd855472
commit f53b86cbb6

View File

@ -52,8 +52,8 @@ export default defineNuxtConfig({
typescript: {
tsConfig: {
compilerOptions: {
noUnUsedLocals: false,
noUnUsedParameters: false,
noUnusedLocals: false,
noUnusedParameters: false,
strict: false,
},
},