From 70f14aa81ad55b1616282533ec830053d46388e8 Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Mon, 20 Feb 2023 20:31:06 +0100 Subject: [PATCH] fix: types --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index ccfe480..707c558 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,6 +16,7 @@ "noEmit": true, "types": [ "vite-plugin-svgr/client", + "@types/node", ], "jsx": "react-jsx", "baseUrl": "./src",