From e54293ad6ea9a1b068ba84dd000cc83df2d630cb Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Fri, 18 Apr 2025 23:41:55 +0800 Subject: [PATCH] update project config, --- 002_source/cms/tsconfig.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/002_source/cms/tsconfig.json b/002_source/cms/tsconfig.json index cc03d59..6c00847 100644 --- a/002_source/cms/tsconfig.json +++ b/002_source/cms/tsconfig.json @@ -44,5 +44,18 @@ "**/* copy *.tsx", "**/* copy.tsx" // - ] + ], + "watchOptions": { + "excludeDirectories": ["**/node_modules", "_build", "temp/*", "**/.next", "**/_archive", "**/_del"], + "excludeFiles": [ + "**/*.bak", + "**/*.log", + "**/*.tmp", + "**/*.bug", + "**/*.del", + "**/*.draft", + "**/* copy *.tsx", + "**/* copy.tsx" + ] + } }