about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-04-01 22:10:24 +0200
committerAlan Pearce2024-04-01 22:10:24 +0200
commit0797935fa791c04e8041da7d17f2fc86c0bd8525 (patch)
tree067902b0670aa81b70968944eb990e6c90920bb8
parent009709a04b8c76115cb8d29787f3979535b496b7 (diff)
downloadwebsite-0797935fa791c04e8041da7d17f2fc86c0bd8525.tar.lz
website-0797935fa791c04e8041da7d17f2fc86c0bd8525.tar.zst
website-0797935fa791c04e8041da7d17f2fc86c0bd8525.zip
Remove unnecessary tsconfig types setting
-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": []
   }
 }