CoolFace
Apppublic

zhemima/msmail

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
tsconfig.json9 linesDownload Raw Back to test
1{2	"extends": "../tsconfig.json",3	"compilerOptions": {4		"types": ["@cloudflare/workers-types/experimental", "@cloudflare/vitest-pool-workers"]5	},6	"include": ["./**/*.ts", "../worker-configuration.d.ts"],7	"exclude": []8}9