carbon-components-svelte/examples/rollup-typescript
2020-09-04 16:35:49 -07:00
..
public chore: add rollup typescript example to validate definitions 2020-08-14 19:31:40 -07:00
src chore(prettier): use svelteStrictMode 2020-09-04 16:35:49 -07:00
.gitignore chore: add rollup typescript example to validate definitions 2020-08-14 19:31:40 -07:00
package.json chore: add rollup typescript example to validate definitions 2020-08-14 19:31:40 -07:00
README.md chore: add rollup typescript example to validate definitions 2020-08-14 19:31:40 -07:00
rollup.config.js chore: add rollup typescript example to validate definitions 2020-08-14 19:31:40 -07:00
tsconfig.json chore: add rollup typescript example to validate definitions 2020-08-14 19:31:40 -07:00
yarn.lock chore: add rollup typescript example to validate definitions 2020-08-14 19:31:40 -07:00

rollup-typescript

Example Rollup/TypeScript set-up scaffolded from the official Svelte template.

This example project is used to validate the TypeScript definitions of carbon-components-svelte.

Available Scripts

yarn dev

Starts the app in development mode.

yarn build

Builds the app for production.

yarn validate

Runs svelte-check from the Svelte Language Tools which type checks the app code.