From 7d411d714d05635218a484814e91bdbc7b6c58fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bergstro=CC=88m?= Date: Sun, 24 Dec 2023 17:42:58 -0300 Subject: [PATCH] chore: remove bun-types With bun `1.0.19`, types now lives in `@types`, removing the need for `bun-types`. --- bases/bun.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bases/bun.json b/bases/bun.json index 731d62f..911a24a 100644 --- a/bases/bun.json +++ b/bases/bun.json @@ -5,11 +5,6 @@ "docs": "https://bun.sh/docs/runtime/typescript", "compilerOptions": { - // add Bun type definitions - "types": [ - "bun-types" - ], - // enable latest features "lib": [ "ESNext"