Skip to content

Commit 0409fa4

Browse files
committed
Fix @reduxjs/tsconfig/node-next
1 parent 59a73a7 commit 0409fa4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/configs/typescript/node-next/tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"$schema": "https://json.schemastore.org/tsconfig",
44
"compilerOptions": {
55
"module": "NodeNext",
6-
"moduleResolution": "NodeNext",
7-
"resolvePackageJsonExports": true,
8-
"resolvePackageJsonImports": true
6+
"moduleResolution": "NodeNext"
97
},
108
"display": "Redux TSConfig with NodeNext Module and Resolution"
119
}

0 commit comments

Comments
 (0)