all repos — website @ 0797935fa791c04e8041da7d17f2fc86c0bd8525

My website

Remove unnecessary tsconfig types setting
Alan Pearce alan@alanpearce.eu
Mon, 01 Apr 2024 22:10:24 +0200
commit

0797935fa791c04e8041da7d17f2fc86c0bd8525

parent

009709a04b8c76115cb8d29787f3979535b496b7

1 files changed, 1 insertions(+), 3 deletions(-)

jump to
M tsconfig.jsontsconfig.json
@@ -18,8 +18,6 @@ "allowJs": true,     "paths": {
       "toml-matter": ["./node_modules/toml-matter"]
     },
-    "types": [
-      "bun-types" // add Bun global
-    ]
+    "types": []
   }
 }