From 4dd56126be71fc93752066096742832971e4ad8d Mon Sep 17 00:00:00 2001 From: Alexander Harding Date: Wed, 13 Nov 2024 13:29:13 -0600 Subject: [PATCH] simplify --- src/vite-env.d.ts | 1 + tsconfig.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vite-env.d.ts b/src/vite-env.d.ts index df90938216..eddd8b10a3 100644 --- a/src/vite-env.d.ts +++ b/src/vite-env.d.ts @@ -1,5 +1,6 @@ /// /// +/// /** * Version from package.json diff --git a/tsconfig.json b/tsconfig.json index 12cee5a452..9231d7b54d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,6 @@ "noUncheckedIndexedAccess": true, "jsx": "react-jsx", - "types": ["vite-plugin-svgr/client"], "paths": { // duplicate of package.json[imports]