diff --git a/tsconfig.json b/tsconfig.json index 53cf5a12fe..41262ad1d5 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,5 +20,10 @@ "@shared": ["./shared/index.ts"] } }, + "ts-node": { + "compilerOptions": { + "module": "commonjs" + } + }, "include": ["src"] }