1
0
Fork 0
docsearch/adapters/docusaurus-theme-search-algolia/tsconfig.json
2026-07-16 14:59:00 -04:00

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