From 7c2bee0c4f8325338415c47f9ec9a6c421d58a85 Mon Sep 17 00:00:00 2001 From: Marcin Dziewulski Date: Tue, 9 Apr 2024 17:28:12 +0200 Subject: [PATCH] chore: remove bun-types --- tsconfig.json | 3 --- 1 file changed, 3 deletions(-) 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/**/*"] }