* 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
11 lines
272 B
JSON
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__/**"]
|
|
}
|