Skip to content

Commit

Permalink
Use outDir to avoid ambient type definition creation
Browse files Browse the repository at this point in the history
  • Loading branch information
IanVS committed May 26, 2022
1 parent 82b73a7 commit d8054c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docsearch-js/package.json
Expand Up @@ -23,7 +23,7 @@
"scripts": {
"build:clean": "rm -rf ./dist",
"build:esm": "cross-env BUILD=esm rollup --config",
"build:types": "tsc -p ./tsconfig.declaration.json --outFile ./dist/esm/index.d.ts",
"build:types": "tsc -p ./tsconfig.declaration.json --outDir ./dist/esm",
"build:umd": "cross-env BUILD=umd rollup --config",
"build": "yarn build:clean && yarn build:umd && yarn build:esm && yarn build:types",
"on:change": "concurrently \"yarn build:esm\" \"yarn build:types\"",
Expand Down

0 comments on commit d8054c1

Please sign in to comment.