Skip to content

Commit 53e6dc5

Browse files
committed
Pin @types/express-serve-static-core version to 4.17.0
as later patch versions introduce string interpolations that are not recognized by typescript v3. Upgrading typescript is another option, however, that introduce incompatibility with tslint.
1 parent 52e06bc commit 53e6dc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
"@microsoft/api-extractor": "^7.18.11",
6767
"@ts-common/azure-js-dev-tools": "^19.4.0",
6868
"@types/chai": "^4.1.7",
69-
"@types/express": "^4.17.0",
69+
"@types/express": "4.17.0",
70+
"@types/express-serve-static-core": "4.17.0",
7071
"@types/fetch-mock": "^7.3.1",
7172
"@types/form-data": "^2.2.1",
7273
"@types/glob": "^7.1.1",

0 commit comments

Comments
 (0)