We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e5da11 commit 54fe9baCopy full SHA for 54fe9ba
package.json
@@ -49,7 +49,6 @@
49
},
50
"devDependencies": {
51
"@testing-library/jest-dom": "^5.11.6",
52
- "@types/estree": "0.0.45",
53
"dtslint": "^4.0.5",
54
"jest-in-case": "^1.0.2",
55
"jest-serializer-ansi": "^1.0.3",
types/tsconfig.json
@@ -8,6 +8,7 @@
8
"noImplicitThis": true,
9
"strictNullChecks": true,
10
"strictFunctionTypes": true,
11
+ "skipLibCheck": true,
12
"noEmit": true,
13
"baseUrl": ".",
14
"paths": {"@testing-library/dom": ["."]}
0 commit comments