Skip to content

Commit 7673e85

Browse files
committed
add node to types field
1 parent 39a03a6 commit 7673e85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/rtk-query-codegen-openapi/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
"sourceMap": true,
2525
"strict": true,
2626
"target": "ESNext",
27-
"types": ["vitest/globals", "vitest/importMeta"]
27+
"types": ["vitest/globals", "vitest/importMeta", "node"]
2828
}
2929
}

packages/toolkit/tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"downlevelIteration": false,
3232
"allowSyntheticDefaultImports": true,
3333
"emitDeclarationOnly": true,
34-
"types": ["vitest/globals", "vitest/importMeta"],
34+
"types": ["vitest/globals", "vitest/importMeta", "node"],
3535
"paths": {
3636
"@reduxjs/toolkit": ["./src/index.ts"], // @remap-prod-remove-line
3737
"@reduxjs/toolkit/react": ["./src/react/index.ts"], // @remap-prod-remove-line

0 commit comments

Comments
 (0)