diff options
-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": [] } } |