diff --git a/tsconfig.json b/tsconfig.json index 21c4a84be..cbec45154 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,5 +22,11 @@ "esModuleInterop": true }, "include": ["packages/**/*", "typings/**/*", "www/**/*"], - "exclude": ["**/node_modules/**/*", "**/dist/**/*"] + "exclude": [ + "**/node_modules/**/*", + "**/dist/**/*", + "www/.cache/**", + "www/public/**", + "packages/*/.cache/**" + ] }