Skip to content
This repository was archived by the owner on Nov 21, 2025. It is now read-only.

Commit 9bd5671

Browse files
kyliauKeen Yee Liau
authored andcommitted
build: bump min version for TS from 4.0 to 4.1
Angular v11.1 now supports TS 4.1
1 parent b4b14be commit 9bd5671

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
@@ -8,7 +8,7 @@
88

99
import * as fs from 'fs';
1010

11-
const MIN_TS_VERSION = '4.0';
11+
const MIN_TS_VERSION = '4.1';
1212
const MIN_NG_VERSION = '11.1';
1313

1414
/**

0 commit comments

Comments
 (0)