-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
feat(learn): add article for publishing a typescript package #7279
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
31678d2
to
2d5d359
Compare
Jacob you should:
|
This comment was marked as outdated.
This comment was marked as outdated.
Co-authored-by: Augustin Mauroy <[email protected]> Signed-off-by: Jacob Smith <[email protected]>
All of the threads about it appear to have been marked "resolved", but I really can't express enough how much I do not like the idea of having a I do not think a publishing guide we'd write for our own website would suggest something like it. And in a future release, we are expecting to simplfiy I would even prefer not having a |
@jakebailey I don't understand: there are examples with @AugustinMauroy do you have any idea why the vertical line characters are rendering weirdly? |
There's one example as a tree, yes, but that is not the tsconfig provided in the post, which the one people are going to copy without really understanding the impliciations (since |
Ahh, I'll add those (hopefully either tomorrow or Sunday). |
Strange I'll dedicate time on that |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Bump for codetab, I'll open an issue because it's an error on our side not on shiky or your docs |
Description
Document the recommended way to publish a typescript package
Validation
Related Issues
nodejs/typescript#19
Depends on #7229
Check List
npm run format
to ensure the code follows the style guide.npm run test
to check if all tests are passing.npx turbo build
to check if the website builds without errors.