justkey007 / tsc-alias

Replace alias paths with relative paths after typescript compilation
MIT License
876 stars 63 forks source link

Docs: Update the "project" flag since "configFile" does not exist as a parameter #215

Closed andresmarpz closed 5 months ago

andresmarpz commented 5 months ago

As per the options of the tsc-alias command, the correct parameter would be project instead of configFile, since the latter is only used internally. https://github.com/justkey007/tsc-alias/blob/de8a5bc03635f1823742b6b4c7614930f0ecfcf0/src/bin/index.ts#L10