CoolFace
Apppublic

aschen/push-model-from-web

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
0likes
tsconfig.json13 linesDownload Raw Back to root
1{2	"compilerOptions": {3		"target": "esnext",4		"outDir": "dist/",5		"module": "esnext",6		"moduleResolution": "node",7		"strictNullChecks": true,8		"strictBindCallApply": true,9		"lib": ["DOM", "ES2021"],10		"skipLibCheck": true11	}12}13