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.spec.json
ciyidogan
Create tsconfig.spec.json
333fc86
verified
about 2 months ago
raw
Copy download link
history
blame
Safe
195 Bytes
{
"extends"
:
"./tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"./out-tsc/spec"
,
"types"
:
[
"jasmine"
]
}
,
"include"
:
[
"src/**/*.spec.ts"
,
"src/**/*.d.ts"
]
}