Skip to content

Commit ea3a739

Browse files
kyliauKeen Yee Liau
authored andcommitted
fix: set minimum TS version to 4.2
Google3 is now on TS 4.2
1 parent 03214a0 commit ea3a739

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
@@ -9,7 +9,7 @@
99
import * as fs from 'fs';
1010
import * as path from 'path';
1111

12-
const MIN_TS_VERSION = '4.1';
12+
const MIN_TS_VERSION = '4.2';
1313
const MIN_NG_VERSION = '12.0';
1414
const TSSERVERLIB = 'typescript/lib/tsserverlibrary';
1515

0 commit comments

Comments
 (0)