Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
UcsTurkey
/
flare
like
0
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
flare
/
flare-ui
/
tsconfig.spec.json
ciyidogan
Upload 118 files
9f79da5
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
207 Bytes
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"./out-tsc/spec"
,
"types"
:
[
"jasmine"
]
}
,
"include"
:
[
"src/**/*.spec.ts"
,
"src/**/*.d.ts"
]
}