From 22296fe14b004907d41d8f29f6c68240a0d6d959 Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 10 Jun 2020 18:05:16 +0300 Subject: [PATCH] fix downloads task / ts-node default config --- tsconfig.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index a6d67ea019..823a9cf224 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -25,5 +25,10 @@ "types/*" ] } + }, + "ts-node": { + "compilerOptions": { + "module": "CommonJS" + } } }