summaryrefslogtreecommitdiffhomepage
path: root/packages/transport-contract/tsconfig.json
blob: 5a5de0fcd465f129c880aab9ebe90b7644b52dcc (plain)
1
2
3
4
5
6
{
	"extends": "../../tsconfig.base.json",
	"compilerOptions": { "rootDir": "src", "outDir": "dist", "composite": true },
	"include": ["src/**/*.ts"],
	"references": [{ "path": "../ui-contract" }, { "path": "../wire" }]
}