Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dorkai
/
freedomgpt
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
8afe4ab
freedomgpt
/
tsconfig.node.json
dorkai
Upload files from official GitHub
a5e87d0
over 1 year ago
raw
Copy download link
history
blame
Safe
184 Bytes
{
"compilerOptions"
:
{
"composite"
:
true
,
"module"
:
"ESNext"
,
"moduleResolution"
:
"Node"
,
"allowSyntheticDefaultImports"
:
true
}
,
"include"
:
[
"vite.config.ts"
]
}