-
Notifications
You must be signed in to change notification settings - Fork 7
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: update build flow for svelte-kit #561
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know much about svelte kit but this looks reasonable.
packages/svelte-vega/tsconfig.json
Outdated
"files": ["./src/index.ts"], | ||
"include": ["src/**/*"] | ||
"include": ["src/**/*.ts", "src/**/*.svelte"], | ||
"exclude": ["node_modules/*", "**/*.spec.ts"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we need to exclude these? Don't we want to type check them as well?
This pull request fixes 1 alert when merging b1021a8 into 81cf535 - view on LGTM.com fixed alerts:
|
This pull request fixes 1 alert when merging eb5914b into 81cf535 - view on LGTM.com fixed alerts:
|
This pull request fixes 1 alert when merging c08dcee into 81cf535 - view on LGTM.com fixed alerts:
|
This pull request fixes 1 alert when merging 94afea0 into 81cf535 - view on LGTM.com fixed alerts:
|
🎉 This PR is included in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Fix build system to work better for Svelte and SvelteKit