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