Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Rogersurf
/
hrhub
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
hrhub
/
api
/
tsconfig.build.json
Roger Surf
feat: add NestJS API with Handlebars - basic dashboard working
b7e75fd
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
97 Bytes
{
"extends"
:
"./tsconfig.json"
,
"exclude"
:
[
"node_modules"
,
"test"
,
"dist"
,
"**/*spec.ts"
]
}