From 28579d6883b3c1c882b3d45eb322fc64f2d5ee6c Mon Sep 17 00:00:00 2001 From: Nulo Date: Wed, 24 Jan 2024 18:49:17 -0300 Subject: [PATCH] tsconfig: arreglar diagnostics --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }