Skip to content

Commit f9c3361

Browse files
committed
fix: add build script to package.json for TypeScript compilation
1 parent bf696ee commit f9c3361

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"engines": {
88
"node": ">=22"
99
},
10+
"scripts": {
11+
"build": "tsc"
12+
},
1013
"dependencies": {
1114
"lodash": "^4.17.23",
1215
"typescript": "^5.9.3",

0 commit comments

Comments
 (0)