Skip to content

Commit

Permalink
chore: remove one temporary fix with a better permenant one
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Nov 17, 2020
1 parent 96b9aeb commit 236ea49
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.6",
"@types/estree": "0.0.45",
"@types/react-dom": "^16.9.9",
"dotenv-cli": "^4.0.0",
"dtslint": "4.0.5",
Expand Down
1 change: 1 addition & 0 deletions types/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"strictFunctionTypes": true,
"noEmit": true,
"baseUrl": ".",
"skipLibCheck": true,
"paths": {
"@testing-library/react": ["."],
"@testing-library/react/pure": ["."]
Expand Down

0 comments on commit 236ea49

Please sign in to comment.