Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zeno-ml
/
openai-evals
like
5
Runtime error
App
Files
Files
Community
efcff68
openai-evals
/
frontend
/
tsconfig.node.json
Alex Cabrera
initial commit
1768d92
over 1 year ago
raw
Copy download link
history
blame
Safe
166 Bytes
{
"compilerOptions"
:
{
"composite"
:
true
,
"module"
:
"esnext"
,
"target"
:
"esnext"
,
"moduleResolution"
:
"node"
}
,
"include"
:
[
"vite.config.ts"
]
}