Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ruv
/
r-flow
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
r-flow
/
tsconfig.node.json
ruv
Add application file
e95c1c4
almost 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"
]
}