update: ts

This commit is contained in:
Vick Scarlet
2026-07-29 17:03:26 +08:00
parent 1540a5d142
commit 4043fa887a
380 changed files with 4806 additions and 221348 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "@remake/data",
"type": "module",
"version": "3.0.0",
"main": "src/index.ts",
"author": "Vick Scarlet <vick@syaro.io>",
"scripts": {
"build": "bunx --bun v-transform@3.0.0 transform -t ts -w src -d dist \"**/[!~$]*.xlsx\" ",
"lint": "eslint .",
"test": "bun test"
},
"exports": {
"./*": {
"types": "./dist/*.ts",
"import": "./dist/*.ts"
}
}
}