mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 03:01:25 +00:00
chore: add rollup typescript example to validate definitions
This commit is contained in:
parent
5f9ba52312
commit
48a94cd1bf
9 changed files with 1105 additions and 0 deletions
5
examples/rollup-typescript/tsconfig.json
Normal file
5
examples/rollup-typescript/tsconfig.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"extends": "@tsconfig/svelte/tsconfig.json",
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules/*", "__sapper__/*", "public/*"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue