-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
Provide JSON Schema Store #763
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Can you document the usage with |
Yeah, no problems. |
Brings support for both package.json "tsup" property and "tsup.config.json" files. In addition, array configuration types are now supported, allowing for multiple configuration exports.
prevent the schema from revalidating the package.json
@egoist let me know if that suffices. The Important to keep the store in root direct so the CDN can reference it according to docs. |
fixes semi and does not use plural on heading
🎉 This PR is included in version 6.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
As per PR here: egoist/tsup#763
Touched on this briefly in #654
This will allow users to easily extend intellisense capabilities to the
package.json
file if choosing to pass configurations this way. Users working with vscode or an editor which support the JSON Language Server can optionally choose to implement this.Consumers will need to point to
https://unpkg.com/tsup/schema.json
if they choose to leverage the feature within their editor.