Skip to content

Commit

Permalink
build: update ts-node config to use ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Feb 11, 2024
1 parent 787cfaa commit 0b85b00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
"extends": "./node_modules/@octokit/tsconfig/tsconfig.json",
"include": ["src/**/*"],
"ts-node": {
"transpileOnly": true,
"compilerOptions": {
"module": "CommonJS",
"module": "Node16",
"target": "Node16",
"esModuleInterop": true
}
},
Expand Down

0 comments on commit 0b85b00

Please sign in to comment.