{
	"$schema": "https://json.schemastore.org/tsconfig?mark=managed-by-autotool",
	"extends": "@alexaegis/ts/node",
	"compilerOptions": {
		"rootDir": "../../../../",
		"outDir": ".cache/tsc"
	},
	"files": ["package.json", "../../../../package.json"],
	"include": [
		"src/**/*",
		"static/**/*",
		"__mocks__/**/*",
		"*",
		".*",
		"*.json",
		".*.json",
		"**/*.json"
	],
	"exclude": [
		"node_modules",
		"dist",
		"coverage",
		"typedoc",
		".turbo",
		".cache",
		"vite*.config.ts.timestamp-*"
	]
}
