Remove unnecessary tsconfig types setting
Alan Pearce alan@alanpearce.eu
Mon, 01 Apr 2024 22:10:24 +0200
1 files changed, 1 insertions(+), 3 deletions(-)
jump to
M tsconfig.json → tsconfig.json
@@ -18,8 +18,6 @@ "allowJs": true, "paths": { "toml-matter": ["./node_modules/toml-matter"] }, - "types": [ - "bun-types" // add Bun global - ] + "types": [] } }