diff --git a/tsconfig.json b/tsconfig.json index 9bb90ae..4fbf1fd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,9 @@ { + "ts-node": { + "compilerOptions": { + "module": "CommonJS" + } + }, "compilerOptions": { "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true,