You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set TS_NODE_PROJECT directly to the config like TS_NODE_PROJECT=custom.json then tsconfig-paths complains that it cannot find the tsconfig.json file. This differs from the ts-node project that parses the file directly instead of looking for a tsconfig.json file.
The text was updated successfully, but these errors were encountered:
When I set
TS_NODE_PROJECT
directly to the config likeTS_NODE_PROJECT=custom.json
thentsconfig-paths
complains that it cannot find thetsconfig.json
file. This differs from thets-node
project that parses the file directly instead of looking for atsconfig.json
file.The text was updated successfully, but these errors were encountered: