mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
13 lines
346 B
JSON
13 lines
346 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"references": [{"path": "./tsconfig.client.json"}],
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"incremental": true,
|
|
"tsBuildInfoFile": "./lib/.tsbuildinfo",
|
|
"rootDir": "src",
|
|
"outDir": "lib"
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["src/custom-buble.ts", "src/theme", "**/__tests__/**"]
|
|
}
|