diff --git a/web/tsconfig.json b/web/tsconfig.json index 643de6e5..f2426297 100644 --- a/web/tsconfig.json +++ b/web/tsconfig.json @@ -15,6 +15,10 @@ "jsx": "preserve", "incremental": true }, + + "watchOptions": { + "excludeDirectories": [".next"] + }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "../common/**/*.ts"], - "exclude": ["node_modules", ".next"] + "exclude": ["node_modules"] }