Fix slider-todomvc build

This commit is contained in:
Nathan Bierema 2022-01-22 16:31:56 -05:00
parent 998e288cab
commit 4fab391383
3 changed files with 6 additions and 1 deletions

View File

@ -41,6 +41,7 @@
"@types/react-dom": "^17.0.11",
"@types/react-redux": "^7.1.21",
"@types/styled-components": "^5.1.19",
"@types/webpack-env": "^1.16.3",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"babel-loader": "^8.2.3",

View File

@ -1,4 +1,7 @@
{
"extends": "../../../../tsconfig.react.base.json",
"include": ["."]
"compilerOptions": {
"types": ["webpack-env"]
},
"include": ["src"]
}

View File

@ -26641,6 +26641,7 @@ __metadata:
"@types/react-dom": ^17.0.11
"@types/react-redux": ^7.1.21
"@types/styled-components": ^5.1.19
"@types/webpack-env": ^1.16.3
"@typescript-eslint/eslint-plugin": ^5.8.1
"@typescript-eslint/parser": ^5.8.1
babel-loader: ^8.2.3