summaryrefslogtreecommitdiff
path: root/js/os.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/os.ts')
-rw-r--r--js/os.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/os.ts b/js/os.ts
index dbfbf3c88..b5392fc33 100644
--- a/js/os.ts
+++ b/js/os.ts
@@ -59,6 +59,7 @@ interface Start {
versionFlag: boolean;
denoVersion: string;
v8Version: string;
+ tsVersion: string;
noColor: boolean;
xevalDelim: string;
}