aboutsummaryrefslogtreecommitdiff
path: root/apps/cf-ai-backend/tsconfig.json
blob: 323a4de41e47dc71201812a1c9d1fe013a8527d8 (plain) (blame)
1
2
3
4
5
6
7
{
	"compilerOptions": {
		"lib": ["ES2020"],
		"types": ["@cloudflare/workers-types"],
		"downlevelIteration": true
	}
}