File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
packages/configs/typescript/bundler Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 2
2
"extends" : " @reduxjs/tsconfig/base" ,
3
3
"$schema" : " https://json.schemastore.org/tsconfig" ,
4
4
"compilerOptions" : {
5
- "moduleResolution" : " Bundler" ,
6
- "resolvePackageJsonExports" : true ,
7
- "resolvePackageJsonImports" : true
5
+ "moduleResolution" : " Bundler"
8
6
},
9
7
"display" : " Redux TSConfig with Bundler Resolution and ESNext Module"
10
8
}
Original file line number Diff line number Diff line change 3
3
"$schema" : " https://json.schemastore.org/tsconfig" ,
4
4
"compilerOptions" : {
5
5
"module" : " Preserve" ,
6
- "moduleResolution" : " Bundler" ,
7
- "resolvePackageJsonExports" : true ,
8
- "resolvePackageJsonImports" : true
6
+ "moduleResolution" : " Bundler"
9
7
},
10
8
"display" : " Redux TSConfig with Bundler Resolution and Preserve Modules"
11
9
}
You can’t perform that action at this time.
0 commit comments