From 4977c451b830630a2ef5bdf5c201d395e395e614 Mon Sep 17 00:00:00 2001 From: "Mr.Mao" <951416545@qq.com> Date: Mon, 1 Jan 2024 21:48:27 +0800 Subject: [PATCH] chore: fix nuxt lint error --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 82e09128..74cf9f21 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,5 +18,8 @@ "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true - } + }, + "exclude": [ + "./packages/vue3-pixi-nuxt" + ] }