diff --git a/src/App.tsx b/src/App.tsx index 3e2e3c8..5033a50 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -132,7 +132,7 @@ function App() {
- +
diff --git a/tsconfig.json b/tsconfig.json index a841e1d..a918ccc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,8 @@ "resolveJsonModule": true, "isolatedModules": true, "noEmit": true, - "jsx": "react-jsx" + "jsx": "react-jsx", + "types": ["node", "vite/client"], }, "include": [ "src"