diff options
Diffstat (limited to 'packages/webapi/package.json')
-rw-r--r-- | packages/webapi/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/webapi/package.json b/packages/webapi/package.json index 84855d907..7556dddfb 100644 --- a/packages/webapi/package.json +++ b/packages/webapi/package.json @@ -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", |