mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 07:59:48 +03:00
Fix slider-todomvc build
This commit is contained in:
parent
998e288cab
commit
4fab391383
|
@ -41,6 +41,7 @@
|
||||||
"@types/react-dom": "^17.0.11",
|
"@types/react-dom": "^17.0.11",
|
||||||
"@types/react-redux": "^7.1.21",
|
"@types/react-redux": "^7.1.21",
|
||||||
"@types/styled-components": "^5.1.19",
|
"@types/styled-components": "^5.1.19",
|
||||||
|
"@types/webpack-env": "^1.16.3",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
"@typescript-eslint/eslint-plugin": "^5.8.1",
|
||||||
"@typescript-eslint/parser": "^5.8.1",
|
"@typescript-eslint/parser": "^5.8.1",
|
||||||
"babel-loader": "^8.2.3",
|
"babel-loader": "^8.2.3",
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
{
|
{
|
||||||
"extends": "../../../../tsconfig.react.base.json",
|
"extends": "../../../../tsconfig.react.base.json",
|
||||||
"include": ["."]
|
"compilerOptions": {
|
||||||
|
"types": ["webpack-env"]
|
||||||
|
},
|
||||||
|
"include": ["src"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -26641,6 +26641,7 @@ __metadata:
|
||||||
"@types/react-dom": ^17.0.11
|
"@types/react-dom": ^17.0.11
|
||||||
"@types/react-redux": ^7.1.21
|
"@types/react-redux": ^7.1.21
|
||||||
"@types/styled-components": ^5.1.19
|
"@types/styled-components": ^5.1.19
|
||||||
|
"@types/webpack-env": ^1.16.3
|
||||||
"@typescript-eslint/eslint-plugin": ^5.8.1
|
"@typescript-eslint/eslint-plugin": ^5.8.1
|
||||||
"@typescript-eslint/parser": ^5.8.1
|
"@typescript-eslint/parser": ^5.8.1
|
||||||
babel-loader: ^8.2.3
|
babel-loader: ^8.2.3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user