Skip to content

Commit

Permalink
fix typings
Browse files Browse the repository at this point in the history
  • Loading branch information
itanka9 committed Nov 26, 2024
1 parent 925dba9 commit 5fa20bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"version": "1.1.1",
"description": "Simple JSON <-> protobuf codec",
"module": "./dist/lib.mjs",
"types": "./dist/lib.d.ts",
"types": "./dist/json2pbf.d.ts",
"scripts": {
"start": "vite demo",
"lib": "vite build -c lib.config.js",
"typings": "tsc ./src/json2pbf.ts --declaration --emitDeclarationOnly --outFile ./dist/lib.d.ts",
"typings": "tsc ./src/json2pbf.ts --declaration --emitDeclarationOnly --outDir ./dist/",
"build": "npm run lib && npm run typings",
"test": "playwright test"
},
Expand Down

0 comments on commit 5fa20bb

Please sign in to comment.