mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-23 22:50:11 +03:00
Fix
This commit is contained in:
parent
b4c3906381
commit
ff312cd4b8
|
@ -6,7 +6,7 @@
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"allowSyntheticDefaultImports": true,
|
"allowSyntheticDefaultImports": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
"forceConsistentCasingInFileNames": true
|
"forceConsistentCasingInFileNames": true,
|
||||||
// See https://github.com/DefinitelyTyped/DefinitelyTyped/issues/33311
|
// See https://github.com/DefinitelyTyped/DefinitelyTyped/issues/33311
|
||||||
"types": ["node", "jest", "webpack-env", "chrome"]
|
"types": ["node", "jest", "webpack-env", "chrome"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user