diff --git a/tsconfig.json b/tsconfig.json index 9d426c391..14215616d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,9 +12,14 @@ "moduleResolution": "node", "resolveJsonModule": true, "esModuleInterop": true, - "typeRoots": [ "./types", "./node_modules/@types"], + "typeRoots": [ + "./types", + "./node_modules/@types", + "./node_modules" + ], "types": [ "vite/client", + "vitest/globals", "vite-plugin-compile-time/client" ] },