Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
UcsTurkey
/
flare
like
0
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
c616f96
flare
/
flare-ui
/
tsconfig.app.json
ciyidogan
Upload 18 files
3b93905
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
197 Bytes
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"./out-tsc/app"
,
"types"
:
[
]
}
,
"files"
:
[
"src/main.ts"
]
,
"include"
:
[
"src/**/*.d.ts"
]
}