From 614502eb25baa20c93a0b136dc0b8b4b59059796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=BBelawski?= Date: Tue, 9 Dec 2025 19:14:26 +0100 Subject: [PATCH] chore: fix VSCode crying about tsconfig excludes in docs --- docs/docs-reanimated/tsconfig.json | 3 ++- docs/docs-worklets/tsconfig.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/docs-reanimated/tsconfig.json b/docs/docs-reanimated/tsconfig.json index 314eab8a418b..2ca97eeda33a 100644 --- a/docs/docs-reanimated/tsconfig.json +++ b/docs/docs-reanimated/tsconfig.json @@ -3,5 +3,6 @@ "extends": "@docusaurus/tsconfig", "compilerOptions": { "baseUrl": "." - } + }, + "exclude": [".docusaurus/", "build/"] } diff --git a/docs/docs-worklets/tsconfig.json b/docs/docs-worklets/tsconfig.json index 314eab8a418b..2ca97eeda33a 100644 --- a/docs/docs-worklets/tsconfig.json +++ b/docs/docs-worklets/tsconfig.json @@ -3,5 +3,6 @@ "extends": "@docusaurus/tsconfig", "compilerOptions": { "baseUrl": "." - } + }, + "exclude": [".docusaurus/", "build/"] }