mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-12-03 15:03:55 +03:00
Use moduleResolution bundler (#1571)
This commit is contained in:
parent
7b90e75e03
commit
31aabfa82c
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2020",
|
||||
"moduleResolution": "Node",
|
||||
"target": "es2020",
|
||||
"moduleResolution": "bundler",
|
||||
"declaration": true,
|
||||
"strict": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
|
|
Loading…
Reference in New Issue
Block a user