{
	"$schema": "https://json.schemastore.org/tsconfig?mark=managed-by-autotool",
	"extends": "@alexaegis/ts/base",
	"compilerOptions": {
		"rootDir": ".",
		"allowJs": false,
		"checkJs": false,
		"outDir": ".cache/tsc"
	},
	"include": ["*", ".*", "*.json", "**/*.json"],
	"exclude": [
		"node_modules",
		"dist",
		"coverage",
		"typedoc",
		".turbo",
		".cache",
		"vite*.config.ts.timestamp-*",
		"packages",
		"apps",
		"libs",
		"fixtures",
		"solutions",
		"*.cjs"
	]
}
