mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 09:47:48 +02:00
9 lines
238 B
JSON
9 lines
238 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"references": [{"path": "./tsconfig.client.json"}],
|
|
"compilerOptions": {
|
|
"noEmit": false
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["src/custom-buble.ts", "src/theme", "**/__tests__/**"]
|
|
}
|