We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57f82ee + 76ff4b4 commit c42aad5Copy full SHA for c42aad5
.vscode/settings.json
@@ -25,6 +25,7 @@
25
"editor.defaultFormatter": "esbenp.prettier-vscode"
26
},
27
"[json]": {
28
+ "editor.tabSize": 4,
29
30
31
"eslint.validate": [
mtv-client/package.json
@@ -3,6 +3,7 @@
3
"version": "0.0.0",
4
"license": "MIT",
5
"scripts": {
6
+ "preinstall": "npx npm-force-resolutions",
7
"nx": "nx",
8
"start": "nx serve",
9
"build": "nx build",
@@ -93,5 +94,8 @@
93
94
"tslint": "~5.11.0",
95
"typescript": "~3.7.4",
96
"@types/react-redux": "^7.1.5"
97
+ },
98
+ "resolutions": {
99
+ "@babel/preset-env": "^7.8.7"
100
}
101
0 commit comments