fix(build): migrate smart config setup and align TypeScript compatibility updates

This commit is contained in:
2026-04-02 12:50:20 +00:00
parent 3338261cfa
commit 47f2a64a61
15 changed files with 2222 additions and 2749 deletions

38
.smartconfig.json Normal file
View File

@@ -0,0 +1,38 @@
{
"@git.zone/cli": {
"projectType": "wcc",
"module": {
"githost": "gitlab.com",
"gitscope": "social.io/private",
"gitrepo": "catalog",
"description": "the element catalog for the lossless organization",
"npmPackagename": "@social.io_private/catalog",
"license": "UNLICENSED",
"projectDomain": "social.io"
},
"release": {
"registries": [
"https://verdaccio.lossless.digital"
],
"accessLevel": "public"
}
},
"@git.zone/tsbundle": {
"bundles": [
{
"from": "./ts_web/index.ts",
"to": "./dist_bundle/bundle.js",
"outputMode": "bundle",
"bundler": "esbuild",
"production": true
}
]
},
"@git.zone/tswatch": {
"preset": "element"
},
"@ship.zone/szci": {
"npmRegistryUrl": "verdaccio.lossless.one",
"npmGlobalTools": []
}
}