Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit dd01b27

Browse files
authored
fix: Pin Typescript to prevent new type checking. (#1764)
1 parent 1931415 commit dd01b27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@
8383
"sinon": "^13.0.0",
8484
"through2": "^4.0.0",
8585
"ts-node": "^10.0.0",
86-
"typescript": "^4.6.4"
86+
"typescript": "~4.7.4"
8787
}
8888
}

0 commit comments

Comments
 (0)