Skip to content

Commit

Permalink
chore: npm run tsc script
Browse files Browse the repository at this point in the history
  • Loading branch information
Macket committed Dec 12, 2024
1 parent 27e4c43 commit a54dc48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
},
"scripts": {
"build": "rm -rf lib && tsc -p tsconfig.build.json",
"lint": "eslint src"
"lint": "eslint src",
"tsc": "tsc -w"
},
"type": "module",
"devDependencies": {
Expand Down

0 comments on commit a54dc48

Please sign in to comment.