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: { typescript: {
tsConfig: { tsConfig: {
compilerOptions: { compilerOptions: {
noUnUsedLocals: false, noUnusedLocals: false,
noUnUsedParameters: false, noUnusedParameters: false,
strict: false, strict: false,
}, },
}, },