Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Mahfujul
/
spooky-bot
like
1
Runtime error
App
Files
Files
Community
665210b
spooky-bot
/
tsconfig.json
Mahfujul
Upload 9 files
ec83114
verified
7 months ago
raw
Copy download link
history
blame
Safe
194 Bytes
{
"compilerOptions"
:
{
"lib"
:
[
"es2020"
,
"esnext"
]
,
"module"
:
"commonjs"
,
"target"
:
"es2020"
,
"baseUrl"
:
"./"
,
"paths"
:
{
"@utils/*"
:
[
"utils/*"
]
}
}
}