1
0
Fork 0
docsearch/tsconfig.base.client.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

8 lines
150 B
JSON

{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"moduleResolution": "bundler",
"module": "ESNext",
"target": "ESNext"
}
}