refactor: migrate backend to TypeScript

This commit is contained in:
gin
2026-06-17 17:40:12 +08:00
parent 98eae63435
commit 74acfd664f
457 changed files with 7397 additions and 25009 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{
"name": "@simple-template/app",
"name": "@collab_ledger/app",
"version": "1.0.0",
"private": true,
"description": "simple app",
@@ -30,7 +30,7 @@
"dev:qq": "pnpm build:qq --watch",
"dev:jd": "pnpm build:jd --watch",
"dev:harmony-hybrid": "pnpm build:harmony-hybrid --watch",
"lint": "eslint --ignore-path ../.eslintignore \"{src,config}/**/*.{vue,js,ts,tsx}\" && pnpm --dir .. exec stylelint \"app/src/**/*.{vue,css,scss}\" --config ./stylelint.config.cjs --ignore-path ./.stylelintignore",
"lint": "eslint --ignore-path ../../.eslintignore \"{src,config}/**/*.{vue,js,ts,tsx}\" && pnpm --dir ../.. exec stylelint \"frontend/app/src/**/*.{vue,css,scss}\" --config stylelint.config.cjs --ignore-path .stylelintignore",
"typecheck": "tsc --noEmit"
},
"browserslist": [