From 25fc26ac9e72a062806b05a15067a9c4d027bdc5 Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Mon, 14 Apr 2025 09:45:16 +0800 Subject: [PATCH] build ok, --- 002_source/cms/tsconfig.json | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/002_source/cms/tsconfig.json b/002_source/cms/tsconfig.json index e20adc4..73be506 100644 --- a/002_source/cms/tsconfig.json +++ b/002_source/cms/tsconfig.json @@ -24,6 +24,24 @@ "@/*": ["./src/*"] } }, - "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], - "exclude": ["node_modules"] + "include": [ + "next-env.d.ts", + "**/*.ts", + "**/*.tsx", + "**/*.tsx.plan", + ".next/types/**/*.ts" + // + ], + "exclude": [ + "**/node_modules", + "**/.next", + "**/*.bak", + "**/*.log", + "**/*.tmp", + "**/*.bug", + "**/*.del", + "**/*copy.*", + "**/*copy*.*" + // + ] }