From f561973b699ae76f77251d02c37f49f410973054 Mon Sep 17 00:00:00 2001 From: brianschnee Date: Sat, 6 Jun 2026 19:17:06 -0400 Subject: [PATCH] fix: update tsconfig.json --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index ab60f0b..e21da2c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "target": "es5", + "target": "ES2020", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, @@ -14,7 +14,6 @@ "isolatedModules": true, "jsx": "react-jsx", "incremental": true, - "baseUrl": ".", "plugins": [ { "name": "next",