diff --git a/Node/tsconfig.json b/Node/tsconfig.json index e113a353b..1a1f48c57 100644 --- a/Node/tsconfig.json +++ b/Node/tsconfig.json @@ -19,9 +19,14 @@ "include": [ "./app.ts", "./lib.ts", - "./jest.config.ts" + "jest.config.ts" ], "exclude": [ "node_modules" - ] + ], + "ts-node": { + "moduleTypes": { + "jest.config.ts": "cjs" + } + } } \ No newline at end of file