mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
11 lines
198 B
JSON
11 lines
198 B
JSON
{
|
|
"extends": "../../tsconfig.base.client.json",
|
|
"include": [
|
|
"src/theme/",
|
|
"src/*.d.ts",
|
|
"src/registerSw.ts",
|
|
"src/renderReloadPopup.tsx"
|
|
],
|
|
"exclude": ["**/__tests__/**"]
|
|
}
|