Skip to content

Commit

Permalink
chore: add build tool and script
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-kanri committed Nov 21, 2023
1 parent ca42704 commit 0abfc9b
Show file tree
Hide file tree
Showing 2 changed files with 615 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,16 @@
"./dist"
],
"scripts": {
"build": "ts-project-builder -c --type package",
"dev": "tsx watch ./src/dev.ts"
},
"devDependencies": {
"@kikiutils/prettierrc": "^1.2.0",
"@kikiutils/tsconfigs": "^1.0.0",
"@types/node": "^20.9.0",
"changelogen": "^0.5.5",
"ts-project-builder": "^2.0.3",
"tslib": "^2.6.2",
"tsx": "^4.1.2",
"typescript": "^5.2.2"
},
Expand Down

0 comments on commit 0abfc9b

Please sign in to comment.