We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d092e4 commit ff134beCopy full SHA for ff134be
tools/bugserver-trigger/package.json
@@ -20,6 +20,7 @@
20
"@internal/eslint-config": "workspace:*",
21
"@internal/ts-config": "workspace:*",
22
"typescript": "4.9.5",
23
+ "tslib": "^2.6.0",
24
"@types/node-fetch": "2.6.4",
25
"node-fetch": "2.6.7",
26
"form-data": "~4.0.0",
tools/bugserver-trigger/tsconfig.json
@@ -19,6 +19,7 @@
19
"resolveJsonModule": true,
"isolatedModules": true,
"esModuleInterop": true,
+ "importHelpers": false,
"noEmit": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
0 commit comments