YoYo-Haku-Pool / tsconfig.json
github-actions[bot]
Sync to HuggingFace Spaces
a07d36d
raw
history blame contribute delete
249 Bytes
{
"compilerOptions": {
"target": "ESNext",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}