Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
iaiuse
/
were-rss
like
0
Runtime error
App
Files
Files
Community
main
were-rss
/
apps
/
server
/
tsconfig.build.json
iaiuse
Upload 91 files
292a7b6
verified
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
97 Bytes
{
"extends"
:
"./tsconfig.json"
,
"exclude"
:
[
"node_modules"
,
"test"
,
"dist"
,
"**/*spec.ts"
]
}