Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
donnyb
/
FalconVis
like
2
Runtime error
App
Files
Files
Community
12099b0
FalconVis
/
tsconfig.node.json
donnyb
app files for falconvis
6b22e52
over 1 year ago
raw
Copy download link
history
blame
Safe
142 Bytes
{
"compilerOptions"
:
{
"composite"
:
true
,
"module"
:
"ESNext"
,
"moduleResolution"
:
"Node"
}
,
"include"
:
[
"vite.config.ts"
]
}