Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
aletrn
/
samgis
like
4
Runtime error
App
Files
Files
Community
main
samgis
/
static
/
tsconfig.vitest.json
aletrn
[feat] add working static frontend
aa983ad
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
153 Bytes
{
"extends"
:
"./tsconfig.app.json"
,
"exclude"
:
[
]
,
"compilerOptions"
:
{
"composite"
:
true
,
"lib"
:
[
]
,
"types"
:
[
"node"
,
"jsdom"
]
}
}