From a4bd2b7c0071bcd4fd61f5e23122bbffc3b742c0 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Thu, 22 May 2025 16:54:51 +0800 Subject: [PATCH] add skipLibCheck --- next-ui/tsconfig.app.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/next-ui/tsconfig.app.json b/next-ui/tsconfig.app.json index a8db203e..2d7c6e7e 100644 --- a/next-ui/tsconfig.app.json +++ b/next-ui/tsconfig.app.json @@ -13,6 +13,7 @@ "paths": { "@/*": ["./src/*"] }, - "types": ["vite-plugin-vue-layouts-next/client"] + "types": ["vite-plugin-vue-layouts-next/client"], + "skipLibCheck": true, } }