From 6b0f6e527d0e6088f06e7abd2f498f0cc1629472 Mon Sep 17 00:00:00 2001 From: FIameCaster <82079841+FIameCaster@users.noreply.github.com> Date: Sun, 22 Oct 2023 23:24:57 +0200 Subject: [PATCH] =?UTF-8?q?[=F0=9F=91=95]=20Update=20tsconfig=20to=20bette?= =?UTF-8?q?r=20work=20with=20vite?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index a2d9131..02d2cea 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,11 +9,14 @@ "jsx": "react", "jsxFactory": "h", "allowJs": true, - "moduleResolution": "node", + "moduleResolution": "bundler", "esModuleInterop": true, "declaration": true, "emitDeclarationOnly": true, "allowImportingTsExtensions": true, - "strictNullChecks": true + "strictNullChecks": true, + "skipLibCheck": true, + "isolatedModules": true, + "types": ["vite/client", "node"] } } \ No newline at end of file