We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a03a6 commit bb8d45cCopy full SHA for bb8d45c
packages/toolkit/tsconfig.base.json
@@ -31,7 +31,7 @@
31
"downlevelIteration": false,
32
"allowSyntheticDefaultImports": true,
33
"emitDeclarationOnly": true,
34
- "types": ["vitest/globals", "vitest/importMeta"],
+ "types": ["vitest/globals", "vitest/importMeta", "node"],
35
"paths": {
36
"@reduxjs/toolkit": ["./src/index.ts"], // @remap-prod-remove-line
37
"@reduxjs/toolkit/react": ["./src/react/index.ts"], // @remap-prod-remove-line
0 commit comments