-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors out with valid --baseDir option #84
Comments
thank you for your report.
Could I get some reproduce code? |
You need to create the folder and move the config file there, looks like from the error the folder doesn't exist. Here is the step to reproduce: Clone this project: Then from the terminal type: cd tscli
mkdir configs
mv tsconfig.json configs/
npm install Update the script in "format": "tsfmt -r --baseDir ./configs", Then do |
ah, I know. thanks! |
just released v5.0.1. |
Awesome, thanks for the quick fix :) it's working on my end, closing issue. |
npm script, using:
"format": "tsfmt -r --baseDir ./configs",
I get this usage error
The text was updated successfully, but these errors were encountered: