From cf492ebfbb3466996f6c77b07c8fa5ded179ed17 Mon Sep 17 00:00:00 2001 From: Philipp Beck Date: Wed, 29 May 2024 13:26:55 +0200 Subject: [PATCH] Update @tsconfig/bun to match bun defaults --- bases/bun.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bases/bun.json b/bases/bun.json index dd38be7..b4fa622 100644 --- a/bases/bun.json +++ b/bases/bun.json @@ -6,7 +6,7 @@ "compilerOptions": { // Enable latest features - "lib": ["ESNext"], + "lib": ["ESNext", "DOM"], "target": "ESNext", "module": "ESNext", "moduleDetection": "force",