From 8d2ded76e0f35462650f0b090f244f2395ac5917 Mon Sep 17 00:00:00 2001 From: Chris Torres Date: Wed, 4 Dec 2024 10:18:33 -0800 Subject: [PATCH] fix tsconfig --- tsconfig.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 81a4bf2..c02408d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,12 +18,6 @@ } }, "extends": "expo/tsconfig.base", - "include": [ - "src/**/*.ts", - "src/**/*.tsx", - "src/***/**/*.tsx", - "App.tsx", - "./graphics.d.ts" - ], + "include": ["src/**/*.ts", "src/**/*.tsx", "App.tsx", "./graphics.d.ts"], "exclude": ["node_modules"] }