Fix test-demo build

This commit is contained in:
Nathan Bierema 2022-01-22 16:21:27 -05:00
parent 9be6de7208
commit 998e288cab
3 changed files with 4 additions and 1 deletions

View File

@ -42,6 +42,7 @@
"@types/react-router": "^5.1.17", "@types/react-router": "^5.1.17",
"@types/redux-logger": "^3.0.9", "@types/redux-logger": "^3.0.9",
"@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",

View File

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

View File

@ -28145,6 +28145,7 @@ __metadata:
"@types/react-router": ^5.1.17 "@types/react-router": ^5.1.17
"@types/redux-logger": ^3.0.9 "@types/redux-logger": ^3.0.9
"@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