Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lucas-wa
/
question-generator
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
question-generator
/
web
/
tsconfig.json
davidoneilai
add difficultie
6c6d1fa
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
112 Bytes
{
"compilerOptions"
:
{
"baseUrl"
:
"."
,
"paths"
:
{
"@/*"
:
[
"./src/*"
]
}
}
}