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.
@reduxjs/tsconfig/node-next
1 parent 59a73a7 commit 0409fa4Copy full SHA for 0409fa4
packages/configs/typescript/node-next/tsconfig.json
@@ -3,9 +3,7 @@
3
"$schema": "https://json.schemastore.org/tsconfig",
4
"compilerOptions": {
5
"module": "NodeNext",
6
- "moduleResolution": "NodeNext",
7
- "resolvePackageJsonExports": true,
8
- "resolvePackageJsonImports": true
+ "moduleResolution": "NodeNext"
9
},
10
"display": "Redux TSConfig with NodeNext Module and Resolution"
11
}
0 commit comments