summaryrefslogtreecommitdiff
path: root/node_modules/wrangler/templates/tsconfig.json
blob: 358f0c310fedeb0367877e39794b28f336155391 (plain)
1
2
3
4
5
6
7
8
{
	"extends": "@cloudflare/workers-tsconfig/tsconfig.json",
	"compilerOptions": {
		"types": ["@cloudflare/workers-types"]
	},
	"include": ["**/*.ts"],
	"exclude": ["__tests__", "./init-tests/**"]
}