Skip to content

Commit

Permalink
Remove ts-node config from tsconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
fkleon committed Aug 21, 2024
1 parent 1ec282b commit 6acbdba
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,5 @@
"include": [
"src/**/*.ts",
"test/**/*.ts"
],
"ts-node": {
// these options are overrides used only by ts-node
// same as the --compilerOptions flag and the TS_NODE_COMPILER_OPTIONS environment variable
"compilerOptions": {
"module": "commonjs",
// esModuleInterop required for @types/ospec import
"esModuleInterop": true,
},
}
]
}

0 comments on commit 6acbdba

Please sign in to comment.