diff --git a/tsconfig.json b/tsconfig.json index 973957a..741e925 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,5 +17,5 @@ "forceConsistentCasingInFileNames": true }, "include": ["**/*.ts", "**/*.js"], - "exclude": ["sitio/build"] + "exclude": ["./scraper-rs", "data"] }