all repos — homestead @ b4ce7b117c5d3147dfacdc2039981dfb3716b8b8

Code for my website

Remove unnecessary tsconfig types setting

Alan Pearce
commit

b4ce7b117c5d3147dfacdc2039981dfb3716b8b8

parent

a3b2f9c9fd08e3f963150d7fe6194cc457854793

1 file changed, 1 insertion(+), 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": [] } }