diff --git a/tsconfig.json b/tsconfig.json index 908678c..4eaaa16 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,7 @@ "experimentalDecorators": true, "lib": ["dom", "esnext"], "types": ["vite/client", "jest"], - "typeRoots": ["./node_modules/@types/", "./types"], + "typeRoots": ["./node_modules/@types/", "./types","./node_modules"], "noImplicitAny": false, "skipLibCheck": true, "paths": {