diff --git a/tsconfig.json b/tsconfig.json index 7884986..eee8ed3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,4 @@ { "extends": "@grapp/ts-config/react-native.json", - "compilerOptions": { - "types": ["bun-types"] - }, "include": ["./src/**/*"] }