From 0797935fa791c04e8041da7d17f2fc86c0bd8525 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 1 Apr 2024 22:10:24 +0200 Subject: Remove unnecessary tsconfig types setting --- tsconfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 79f7630..89af184 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,8 +18,6 @@ "paths": { "toml-matter": ["./node_modules/toml-matter"] }, - "types": [ - "bun-types" // add Bun global - ] + "types": [] } } -- cgit 1.4.1