Skip to content

Commit a126b3e

Browse files
committed
Update build script to include tsc-alias and add new dependencies in package.json and pnpm-lock.yaml
1 parent 0e0135d commit a126b3e

File tree

2 files changed

+233
-1
lines changed

2 files changed

+233
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Sophia agent publishes its wiki creations and edits on iq.wiki as $SOPHIA agent logs to the IQAI's Agent Tokenization platform.",
55
"main": "dist/index.js",
66
"scripts": {
7-
"build": "tsc",
7+
"build": "tsc && tsc-alias",
88
"dev": "tsx watch src/index.ts",
99
"start": "node dist/index.js",
1010
"clean": "rimraf dist",
@@ -43,6 +43,7 @@
4343
"husky": "^9.0.0",
4444
"lint-staged": "^16.1.0",
4545
"rimraf": "^6.0.1",
46+
"tsc-alias": "^1.8.16",
4647
"tsx": "^4.19.2",
4748
"typescript": "^5.7.2"
4849
}

0 commit comments

Comments
 (0)