Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
ddoc
/
xag
like
0
Model card
Files
Files and versions
xet
Community
main
xag
/
ui
/
tsconfig.node.json
ddoc
Upload 51 files
6242a59
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
213 Bytes
{
"compilerOptions"
:
{
"composite"
:
true
,
"skipLibCheck"
:
true
,
"module"
:
"ESNext"
,
"moduleResolution"
:
"bundler"
,
"allowSyntheticDefaultImports"
:
true
}
,
"include"
:
[
"vite.config.ts"
]
}