Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pbl6-cats
/
PBL6-informative-system
like
0
Sleeping
App
Files
Files
Community
c04bd33
PBL6-informative-system
/
backend
/
tsconfig.build.json
Trần Viết Sơn
initialize backend
88f437e
3 months ago
raw
Copy download link
history
blame
Safe
97 Bytes
{
"extends"
:
"./tsconfig.json"
,
"exclude"
:
[
"node_modules"
,
"test"
,
"dist"
,
"**/*spec.ts"
]
}