0.1.6 updates and add changelog

This commit is contained in:
2026-05-28 01:49:33 +08:00
parent 16847a78ca
commit afbf504957
14 changed files with 385 additions and 21 deletions

View File

@@ -123,7 +123,8 @@
]
},
"scripts": {
"compile": "tsc -p ./",
"sync-readme": "node scripts/sync-readme.js",
"compile": "npm run sync-readme && tsc -p ./",
"watch": "tsc -watch -p ./",
"vscode:prepublish": "npm run compile"
},