From 4383a66274338abaaa3fa31b7c876f5451720877 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Fri, 12 Sep 2025 00:32:36 +0800 Subject: [PATCH] update TypeScript configuration to exclude additional directories: harmony and Example --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c41b7e2..30318c5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { "extends": "@react-native/typescript-config", "include": ["**/*.ts", "**/*.tsx"], - "exclude": ["**/node_modules", "**/Pods"] + "exclude": ["**/node_modules", "**/Pods", "**/harmony", "**/Example"] }