{
	"extends": "@automattic/calypso-typescript-config/ts-package.json",
	"compilerOptions": {
		"declarationDir": "dist/types",
		"outDir": "dist/esm",
		"rootDir": "src"
	},
	"include": [ "src" ],
	"exclude": [ "**/test/*" ],
	"references": [
		{ "path": "../languages" },
		{ "path": "../calypso-url" },
		{ "path": "../calypso-config" }
	]
}
