dependencies: Add ts-node.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-19 23:44:38 -08:00
committed by Tim Abbott
parent 3869727655
commit cdff4cfe53
4 changed files with 40 additions and 3 deletions

View File

@@ -15,7 +15,6 @@
/* Basic options */
"noEmit": true,
"target": "ES2019",
"module": "ES6",
"esModuleInterop": true,
"moduleResolution": "node",
"resolveJsonModule": true,