Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
banana-projects
/
convai
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c5ed897
convai
/
server
/
tsconfig.json
Julien Chaumond
server
d0aa19c
over 5 years ago
raw
Copy download link
history
blame
Safe
211 Bytes
{
"compilerOptions"
:
{
"target"
:
"es2018"
,
"module"
:
"commonjs"
,
"outDir"
:
"dist/"
,
"strictNullChecks"
:
true
,
"strictBindCallApply"
:
true
,
"lib"
:
[
"es6"
,
"es2016"
,
"es2017"
,
"es2018"
,
"esnext"
]
}
}