From e4a140e2161630346ed3e79b6fce1a5520d41edc Mon Sep 17 00:00:00 2001 From: R2m1liA <15258427350@163.com> Date: Sat, 20 Sep 2025 14:26:15 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=AF=B7=E7=94=A8typescript=E7=9A=84?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuxt.config.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index ef7f4cf..3e65fea 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -36,6 +36,16 @@ export default defineNuxtConfig({ provider: 'local', }, + typescript: { + tsConfig: { + compilerOptions: { + noUnUsedLocals: false, + noUnUsedParameters: false, + strict: false, + }, + }, + }, + // css css: [ '@unocss/reset/tailwind.css',