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