From 9f082e4538be284dc0d6b5cdcf68e1399bacffd6 Mon Sep 17 00:00:00 2001 From: Jake Boone Date: Fri, 1 Dec 2023 11:26:51 -0700 Subject: [PATCH] Remove target from tsconfig.json --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 186b118..1bdb8f0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,6 @@ "strict": true, "module": "esnext", "moduleResolution": "node", - "target": "ES2020", "esModuleInterop": true, "noEmit": true, "skipLibCheck": true,