-
Notifications
You must be signed in to change notification settings - Fork 21
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
Make a bin available #4
Comments
Can you go into more detail on what you mean by, Can you show what you are doing with |
I'm using node.repl to emulate a command line derived from tsconfig:
by having it install to the {
"scripts": {
"tsconfig": "tsconfig --save"
}
} type |
While I don't believe this would be hard to do, if your only use case is for |
This module no longer expands |
Putting it in
scripts
section ofpackage.json
to update thetsconfig.json
(mainly interested in this because of filesGlob)right now I'm using node.repl to do this
The text was updated successfully, but these errors were encountered: