Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Aithon
/
salesiq
like
0
Runtime error
App
Files
Files
Community
4d270f8
salesiq
/
frontend
/
tsconfig.node.json
richlai
working on docker
902845d
about 1 month ago
raw
Copy download link
history
blame
220 Bytes
{
"compilerOptions"
:
{
"composite"
:
true
,
"skipLibCheck"
:
true
,
"module"
:
"ESNext"
,
"moduleResolution"
:
"bundler"
,
"allowSyntheticDefaultImports"
:
true
}
,
"include"
:
[
"vite.config.js"
]
}