From 594651df3c65e2521f996f2e995572b72aeeee8d Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Mon, 24 Jun 2024 22:23:34 -0400 Subject: [PATCH] tsconfig udpate --- tsconfig.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 51a33571..df626b06 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -34,7 +34,7 @@ "**/*.ts", "**/*.tsx", "**/*.cjs", - "**/*.js", + "**/*.js" ], "exclude": [ "node_modules", @@ -43,8 +43,7 @@ "coverage", "public", "vite.config.d.ts" - ] - + ], "references": [ { "path": "./tsconfig.node.json"