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" + ] + } }