Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Mar 2, 2023
1 parent 4b959dd commit 6f27e17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"lint-staged": "9.5.0",
"prettier": "1.19.1",
"strip-ansi": "6.0.0",
"typescript": "3.8.3"
"typescript": "^4.9.5"
},
"ava": {
"serial": true
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"esModuleInterop": true,
"experimentalDecorators": true,
"resolveJsonModule": true,
"downlevelIteration": true
"downlevelIteration": true,
"skipLibCheck": true
}
}

0 comments on commit 6f27e17

Please sign in to comment.