Skip to content

Commit

Permalink
chore: ts-node config
Browse files Browse the repository at this point in the history
  • Loading branch information
sobird committed Nov 19, 2024
1 parent de3f5d2 commit e6e2a1d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,14 @@
"node_modules",
"dist"
],
"ts-node": {
"esm": true
"ts-node": {
"esm": true,
"experimentalSpecifierResolution": "node",
"transpileOnly": true,
"require": ["tsconfig-paths/register"],
"compilerOptions": {
"sourceMap": false,
// "module": "commonjs"
}
}
}

0 comments on commit e6e2a1d

Please sign in to comment.