Skip to content

Commit

Permalink
use tsc instead of ttsc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciaran Schutte committed Jan 16, 2024
1 parent 57f105c commit ade9863
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 39 deletions.
45 changes: 9 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build::ts": "tsc -p ./tsconfig.json",
"build::babel": "babel ./src --extensions .tsx,.ts,.js --out-dir ./dist",
"clean": "rm -rf dist && mkdir dist",
"declarations": "ttsc --emitDeclarationOnly",
"declarations": "tsc --emitDeclarationOnly",
"watch": "npm run clean && npm run build::assets && (npm run build::babel -- --watch --source-maps=inline & npm run declarations -- --watch)",
"build": "npm run clean && npm run build::assets && npm run declarations && npm run build::babel",
"publish-uikit": "cd dist && npm publish --access public"
Expand Down Expand Up @@ -87,8 +87,7 @@
"react-dom": "^18.2.0",
"react-json-view": "^1.21.3",
"ts-node-dev": "^1.1.8",
"ttypescript": "^1.5.13",
"typescript": "<4.8",
"typescript": "4.8",
"webpack": "^5.75.0"
},
"prettier": {
Expand Down

0 comments on commit ade9863

Please sign in to comment.