From 40d0c69c112a54e34610b1147ebede8908a87b99 Mon Sep 17 00:00:00 2001 From: Daniel Jonathan Date: Sun, 29 Sep 2024 17:20:38 -0400 Subject: [PATCH] updated esnext reference --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 02e62e0..4529bfc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,8 +5,8 @@ "node", "vite/client" ], - "target": "ESNext", - "module": "ESNext", + "target": "esnext", + "module": "esnext", "strict": true, "importHelpers": true, "moduleResolution": "node", @@ -29,7 +29,7 @@ "removeComments": true, "isolatedModules": true, "lib": [ - "ESNext" + "esnext" ], "rootDir": ".", "baseUrl": ".",