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" + } } }