diff options
author | Alan Pearce | 2024-04-01 22:10:24 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-01 22:10:24 +0200 |
commit | 0797935fa791c04e8041da7d17f2fc86c0bd8525 (patch) | |
tree | 067902b0670aa81b70968944eb990e6c90920bb8 /tsconfig.json | |
parent | 009709a04b8c76115cb8d29787f3979535b496b7 (diff) | |
download | website-0797935fa791c04e8041da7d17f2fc86c0bd8525.tar.lz website-0797935fa791c04e8041da7d17f2fc86c0bd8525.tar.zst website-0797935fa791c04e8041da7d17f2fc86c0bd8525.zip |
Remove unnecessary tsconfig types setting
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 4 |
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": [] } } |