We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b9aeb commit 236ea49Copy full SHA for 236ea49
package.json
@@ -48,7 +48,6 @@
48
},
49
"devDependencies": {
50
"@testing-library/jest-dom": "^5.11.6",
51
- "@types/estree": "0.0.45",
52
"@types/react-dom": "^16.9.9",
53
"dotenv-cli": "^4.0.0",
54
"dtslint": "4.0.5",
types/tsconfig.json
@@ -11,6 +11,7 @@
11
"strictFunctionTypes": true,
12
"noEmit": true,
13
"baseUrl": ".",
14
+ "skipLibCheck": true,
15
"paths": {
16
"@testing-library/react": ["."],
17
"@testing-library/react/pure": ["."]
0 commit comments