- Replace the ambiguous Guide section with explicit overview, reference, and development routes while preserving legacy URLs with redirects - Route missing localized content to maintained canonical pages and emit SEO alternates only for real translations - Add parser-backed documentation integrity checks and make the optimized local build the default while retaining a complete production build
11 lines
197 B
JSON
11 lines
197 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "../..",
|
|
"paths": {
|
|
"#docs-config/*": ["packages/docs/.vitepress/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|