Skip to content

Commit

Permalink
fix: experinmentalSpecifierResolution node in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
SolP-Aleios committed Oct 20, 2023
1 parent 76fb9a8 commit ddc2754
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.options.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"noUncheckedIndexedAccess": true
},
"ts-node": {
"require": ["tsconfig-paths/register"]
"require": ["tsconfig-paths/register"],
"experimentalSpecifierResolution": "node"
}
}

0 comments on commit ddc2754

Please sign in to comment.