Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
discussion-bot
/
webhook
like
3
Build error
App
Files
Files
Community
2
cf5db11
webhook
/
tsconfig.json
julien-c
HF staff
All scaffolding
2e22a88
verified
almost 2 years ago
raw
Copy download link
history
blame
Safe
199 Bytes
{
/// We can target es2022 according to https://github.com/tsconfig/bases/blob/main/bases/node18.json
"compilerOptions"
:
{
"target"
:
"es2022"
,
"module"
:
"commonjs"
,
"alwaysStrict"
:
true
,
}
}