Skip to content

Commit

Permalink
add declarations (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoArregui authored Jul 25, 2023
1 parent 3682952 commit f818da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"typings": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "esbuild src/index.ts --bundle --platform=node --outdir=dist --out-extension:.js=.cjs",
"build": "esbuild src/index.ts --bundle --platform=node --outdir=dist --out-extension:.js=.cjs && tsc --emitDeclarationOnly --outDir dist",
"test": "vitest run",
"test:watch": "vitest",
"lint:check": "eslint '**/*.{js,ts}'",
Expand Down

0 comments on commit f818da0

Please sign in to comment.