From bd6a2f39af86c7a8922830601ba01d47bc7a478c 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 a8db203e0..2d7c6e7ee 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, } }