Skip to content

Commit

Permalink
build: disable verbatimModuleSyntax for ts-node
Browse files Browse the repository at this point in the history
There is currently a bug in ts-node where it completely ignores the `module` and `moduleResolution` options
kulshekhar/ts-jest#4198
  • Loading branch information
wolfy1339 committed Feb 11, 2024
1 parent 0b85b00 commit 3cd382a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tsconfig.json
Expand Up @@ -2,11 +2,8 @@
"extends": "./node_modules/@octokit/tsconfig/tsconfig.json",
"include": ["src/**/*"],
"ts-node": {
"transpileOnly": true,
"compilerOptions": {
"module": "Node16",
"target": "Node16",
"esModuleInterop": true
"verbatimModuleSyntax": false
}
},
"compilerOptions": {
Expand Down

0 comments on commit 3cd382a

Please sign in to comment.