all repos — website @ 0797935fa791c04e8041da7d17f2fc86c0bd8525

My website

Remove unnecessary tsconfig types setting

Alan Pearce
commit

0797935fa791c04e8041da7d17f2fc86c0bd8525

parent

009709a04b8c76115cb8d29787f3979535b496b7

1 file changed, 1 insertion(+), 3 deletions(-)

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