Skip to content

Commit

Permalink
Merge pull request #1136 from serlo/esm-ts-node
Browse files Browse the repository at this point in the history
chore(ts-node): Load all scripts as ESM
  • Loading branch information
kulla authored Nov 23, 2023
2 parents acc413b + 702a8b7 commit 6b97173
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
{
"extends": "./tsconfig.prod.json",
"ts-node": {
"moduleTypes": {
"packages/server/scripts/deploy.ts": "esm",
"scripts/changelog.ts": "esm",
"scripts/publish-pacts.ts": "esm"
}
"esm": true
},
"compilerOptions": {
"importHelpers": false,
Expand Down

0 comments on commit 6b97173

Please sign in to comment.