Skip to content

Commit

Permalink
update ts to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ksvirkou-hubspot committed Jun 7, 2022
1 parent 11123f7 commit 5d91bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"ts-node": "^9.1.1",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.7.3"
"typescript": "^4.0"
},
"files": [
"lib/**/*"
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"esModuleInterop": true,
"strict": true,
"target": "es6",
"module": "commonjs",
Expand Down

0 comments on commit 5d91bb4

Please sign in to comment.