Skip to content

Commit

Permalink
chore(repeater): ts-node config override for run-repeater
Browse files Browse the repository at this point in the history
relates-to #22
  • Loading branch information
pmstss committed Apr 14, 2022
1 parent 397f862 commit c1caa3a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/repeater/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@
{
"path": "./tsconfig.spec.json"
}
]
],
"ts-node": {
"compilerOptions": {
"module": "CommonJS"
}
}
}

0 comments on commit c1caa3a

Please sign in to comment.