mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
Co-authored-by: Goolsby, Lane <lanegoolsby@rocketmortgage.com> Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com> fix https://github.com/facebook/docusaurus/issues/7221
16 lines
341 B
JSON
16 lines
341 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"composite": true,
|
|
"incremental": true,
|
|
"tsBuildInfoFile": "./lib/.tsbuildinfo-client",
|
|
"module": "esnext",
|
|
"target": "esnext",
|
|
"rootDir": "src",
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["src/*.d.ts"],
|
|
"exclude": ["**/__tests__/**"]
|
|
}
|