Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
julien-c
/
svelte-demo
like
4
Running
App
Files
Files
Community
92072e0
svelte-demo
/
tsconfig.json
julien-c
HF staff
npx degit sveltejs/template
b8b1de1
verified
about 3 years ago
raw
Copy download link
history
blame
Safe
138 Bytes
{
"extends"
:
"@tsconfig/svelte/tsconfig.json"
,
"include"
:
[
"src/**/*"
]
,
"exclude"
:
[
"node_modules/*"
,
"__sapper__/*"
,
"public/*"
]
}