We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa4587a commit 4c924bcCopy full SHA for 4c924bc
1 file changed
packages/docsearch-js/package.json
@@ -23,7 +23,7 @@
23
"scripts": {
24
"build:clean": "rm -rf ./dist",
25
"build:esm": "cross-env BUILD=esm rollup --config",
26
- "build:types": "tsc -p ./tsconfig.declaration.json --outFile ./dist/esm/index.d.ts",
+ "build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm",
27
"build:umd": "cross-env BUILD=umd rollup --config",
28
"build": "yarn build:clean && yarn build:umd && yarn build:esm && yarn build:types",
29
"on:change": "concurrently \"yarn build:esm\" \"yarn build:types\"",
0 commit comments