diff --git a/tsconfig.json b/tsconfig.json index fff48fe..1a3509c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,8 @@ "allowImportingTsExtensions": true, "verbatimModuleSyntax": true, "resolveJsonModule": true, - "noUncheckedIndexedAccess": true + "noUncheckedIndexedAccess": true, + "types": ["bun"] }, "include": ["src/**/*.ts", "tests/**/*.ts"] }