mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-05 17:58:56 +02:00
* Convert sitemap plugin to TypeScript Test - enabled the sitemap plugin in the v2 website and verified that the sitemap is created after running `docusaurus build`. * Addressing review comments
9 lines
179 B
JSON
9 lines
179 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"incremental": true,
|
|
"tsBuildInfoFile": "./lib/.tsbuildinfo",
|
|
"rootDir": "src",
|
|
"outDir": "lib"
|
|
}
|
|
}
|