We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d456ec7 commit ec0d163Copy full SHA for ec0d163
2 files changed
packages/docsearch-js/rollup.dts.config.js
@@ -7,6 +7,12 @@ const externalsForTypes = [
7
/^react-dom(\/|$)/,
8
/^@types\/react(\/|$)/,
9
/^@ai-sdk\/react(\/|$)/,
10
+ /^typesense(\/|$)/,
11
+ /^algoliasearch(\/|$)/,
12
+ /^@algolia\//,
13
+ /^search-insights$/,
14
+ /^loglevel$/,
15
+ /^(fs|http|https)$/,
16
];
17
18
export default [
packages/docsearch-sidepanel-js/rollup.dts.config.js
0 commit comments