Skip to content

Commit

Permalink
fix: add experimentalSpecifierResolution
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Aug 3, 2023
1 parent 51bd665 commit 824701f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"src/**/*"
],
"ts-node": {
"esm": true
"esm": true,
"experimentalSpecifierResolution": "node",
}
}

0 comments on commit 824701f

Please sign in to comment.