Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Chunte
/
Testing-2
like
0
Running
App
Files
Files
Community
main
Testing-2
/
tsconfig.node.json
Chunte
HF staff
Upload 33 files
ff991f7
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
170 Bytes
{
"compilerOptions"
:
{
"composite"
:
true
,
"module"
:
"ESNext"
,
"moduleResolution"
:
"Node"
,
"allowSyntheticDefaultImports"
:
true
}
,
"include"
:
[
"vite.config.ts"
]
}