Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ilhamdev
/
chessGame
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
60dc172
chessGame
/
frontend
/
tsconfig.node.json
ilhamdev
Upload folder using huggingface_hub
ece5841
verified
8 months ago
raw
Copy download link
history
blame
Safe
199 Bytes
{
"compilerOptions"
:
{
"composite"
:
true
,
"module"
:
"ESNext"
,
"moduleResolution"
:
"Node"
,
"allowSyntheticDefaultImports"
:
true
}
,
"include"
:
[
"vite.config.ts"
]
}