summaryrefslogtreecommitdiffhomepage
path: root/packages/surface-loaded-extensions/tsconfig.json
blob: db257d0a627e9635d9b383cd4c99f729575784e2 (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": "../ui-contract" },
		{ "path": "../surface-registry" }
	]
}