Skip to content

Commit

Permalink
Add typescript to match peerDep
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp committed May 3, 2022
1 parent c0c3a1b commit 3854acd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/webapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.4.0",
"urlpattern-polyfill": "^1.0.0-rc5",
"web-streams-polyfill": "^3.2.1"
"web-streams-polyfill": "^3.2.1",
"typescript": ">=3.7.0"
},
"scripts": {
"build": "node run/build.js",
Expand Down
7 changes: 5 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit 3854acd

Please sign in to comment.