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

Commit 75b57d7

Browse files
committed
Remove hack
1 parent 9f9255e commit 75b57d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/importTypescript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const TYPESCRIPT_LIB_DESTINATION = path.join(__dirname, '../src/lib');
1919
importLibs();
2020

2121
const npmLsOutput = JSON.parse(child_process.execSync("npm ls typescript --depth=0 --json=true").toString());
22-
const typeScriptDependencyVersion = '3.5.1';//npmLsOutput.dependencies.typescript.version;
22+
const typeScriptDependencyVersion = npmLsOutput.dependencies.typescript.version;
2323

2424
fs.writeFileSync(
2525
path.join(TYPESCRIPT_LIB_DESTINATION, 'typescriptServicesMetadata.ts'),
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const typescriptVersion = "3.5.1";
1+
export const typescriptVersion = "3.7.2";

0 commit comments

Comments
 (0)