Skip to content

Commit

Permalink
Switch to TypeScript 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampax committed Nov 23, 2021
1 parent 2521134 commit ebb5686
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"thingtalk": "^2.1.0-alpha.11",
"thingtalk-units": "^0.2.0",
"twilio": "^3.71.1",
"typescript": "~4.3.5",
"typescript": "~4.5.0",
"uuid": "^8.2.0",
"ws": "^7.5.5"
},
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"esModuleInterop": true,
"moduleResolution": "node",
"resolveJsonModule": true,
"useUnknownInCatchVariables": false,
"strict": true,
"noUnusedLocals": true,
"outDir": "dist",
Expand Down

0 comments on commit ebb5686

Please sign in to comment.