* 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
10 lines
263 B
JSON
10 lines
263 B
JSON
{
|
|
"extends": "../../tsconfig.base.client.json",
|
|
"compilerOptions": {
|
|
"outDir": "lib",
|
|
"rootDir": "src",
|
|
"composite": true
|
|
},
|
|
"include": ["src/theme", "src/client", "src/getDocSearchConfig.ts", "src/*.d.ts"],
|
|
"exclude": ["**/__tests__/**"]
|
|
}
|