Skip to content

Commit 236ea49

Browse files
committed
chore: remove one temporary fix with a better permenant one
1 parent 96b9aeb commit 236ea49

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
},
4949
"devDependencies": {
5050
"@testing-library/jest-dom": "^5.11.6",
51-
"@types/estree": "0.0.45",
5251
"@types/react-dom": "^16.9.9",
5352
"dotenv-cli": "^4.0.0",
5453
"dtslint": "4.0.5",

types/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"strictFunctionTypes": true,
1212
"noEmit": true,
1313
"baseUrl": ".",
14+
"skipLibCheck": true,
1415
"paths": {
1516
"@testing-library/react": ["."],
1617
"@testing-library/react/pure": ["."]

0 commit comments

Comments
 (0)