Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Cong123779
/
lyvuha-portfolio
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
lyvuha-portfolio
/
node_modules
/
rxjs
/
src
/
tsconfig.base.json
Cong123779
feat: add favicon, OG image, dual DB adapter (Supabase+SQLite), api utility
7c46a3a
verified
19 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
200 Bytes
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"noEmit"
:
false
,
"baseUrl"
:
"."
,
"paths"
:
{
"rxjs"
:
[
"./"
]
,
"rxjs/*"
:
[
"./*"
]
}
}
,
"include"
:
[
"./**/*.ts"
]
}