Skip to content

Commit ef6093b

Browse files
author
Keen Yee Liau
committed
fix: require min typescript v3.7
1 parent 0c96a36 commit ef6093b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/version_provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* found in the LICENSE file at https://angular.io/license
77
*/
88

9-
const MIN_TS_VERSION = '3.6';
9+
const MIN_TS_VERSION = '3.7';
1010
const MIN_NG_VERSION = '9.0';
1111

1212
/**

0 commit comments

Comments
 (0)