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"] }