{
	"$schema": "https://json.schemastore.org/tsconfig?mark=managed-by-autotool",
	"extends": "@alexaegis/ts/${flavour}",
	"references": [{ "path": "./tsconfig.${flavour}.json" }, { "path": "./tsconfig.spec.json" }],
	"compilerOptions": {
		"composite": true,
		"rootDir": "${relativePathFromPackageToRoot}/",
		"outDir": ".cache/tsc"
	},
	"files": [],
	"include": [],
	"exclude": [
		"node_modules",
		"dist",
		"coverage",
		"typedoc",
		".turbo",
		".cache",
		"vite*.config.ts.timestamp-*",
		"eslint.config.*"
	]
}
