fix: 修正拼写错误
- 修改nuxt.config.ts
This commit is contained in:
@ -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,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user