about summary refs log tree commit diff stats
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json4
1 files changed, 1 insertions, 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": []
   }
 }