1
0
Fork 0
docsearch/adapters/docusaurus-theme-search-algolia/tsconfig.json
Dylan Tientcheu 4f68ebbc06
feat(docusaurus-adapter): support docsearch key and adapter docs (#2858)
* feat(docusaurus-adapter): Support docsearch key and adapter docs

* chore(release): include docusaurus adapter in shipjs publish list

* chore(docusaurus-adapter): remove libtmp and pin initial version


* fix: issue with footer

* fix: contextuals

* fix all ts errors

* fix: lint

* fix lint
2026-02-17 17:53:12 +01:00

11 lines
272 B
JSON

{
"extends": "../../tsconfig.base.json",
"references": [{"path": "./tsconfig.client.json"}],
"compilerOptions": {
"noEmit": false,
"outDir": "lib",
"rootDir": "src"
},
"include": ["src"],
"exclude": ["src/client", "src/theme", "**/__tests__/**"]
}