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