Skip to content

Commit

Permalink
⚡ Compile with tsc
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Sep 26, 2023
1 parent ce6d61e commit 4cae92e
Show file tree
Hide file tree
Showing 2 changed files with 307 additions and 279 deletions.
6 changes: 5 additions & 1 deletion client/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@
}
},
"scripts": {
"build": "rimraf dist; tsup src",
"clean": "rimraf dist",
"build": "npm run clean && tsc",
"build:docs": "typedoc",
"dev": "tsc --watch",
"start": "tsc",
"lint": "eslint -c ../../.eslintrc.yml --ext .ts,.tsx src"
},
"files": [
Expand Down
Loading

0 comments on commit 4cae92e

Please sign in to comment.