summaryrefslogtreecommitdiffhomepage
path: root/packages/todo/tsconfig.json
blob: 102c8f072404bd3c1906ecd4a31de759133ed435 (plain)
1
2
3
4
5
6
7
8
9
10
{
	"extends": "../../tsconfig.base.json",
	"compilerOptions": { "rootDir": "src", "outDir": "dist", "composite": true },
	"include": ["src/**/*.ts"],
	"references": [
		{ "path": "../kernel" },
		{ "path": "../surface-registry" },
		{ "path": "../ui-contract" }
	]
}