CoolFace
Apppublic

Osele1/sonic-clusters

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
tsconfig.node.json11 linesDownload Raw Back to root
1{2  "compilerOptions": {3    "composite": true,4    "skipLibCheck": true,5    "module": "ESNext",6    "moduleResolution": "bundler",7    "allowSyntheticDefaultImports": true8  },9  "include": ["vite.config.ts"]10}11