We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0135d commit a126b3eCopy full SHA for a126b3e
package.json
@@ -4,7 +4,7 @@
4
"description": "Sophia agent publishes its wiki creations and edits on iq.wiki as $SOPHIA agent logs to the IQAI's Agent Tokenization platform.",
5
"main": "dist/index.js",
6
"scripts": {
7
- "build": "tsc",
+ "build": "tsc && tsc-alias",
8
"dev": "tsx watch src/index.ts",
9
"start": "node dist/index.js",
10
"clean": "rimraf dist",
@@ -43,6 +43,7 @@
43
"husky": "^9.0.0",
44
"lint-staged": "^16.1.0",
45
"rimraf": "^6.0.1",
46
+ "tsc-alias": "^1.8.16",
47
"tsx": "^4.19.2",
48
"typescript": "^5.7.2"
49
}
0 commit comments