chore(assets): move tsconfig to assets

This commit is contained in:
Cell
2026-06-11 16:54:43 +08:00
parent c057a0d578
commit a7bae572a1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -38,7 +38,7 @@
"clean": "rm -rf public resources/_gen apps/*/public apps/*/resources/_gen",
"preview": "serve public",
"lint": "eslint --cache .",
"typecheck": "tsc --noEmit",
"typecheck": "tsc --noEmit -p assets/tsconfig.json",
"version": "pnpm -F versioning start prod",
"changelog": "auto-changelog-plus --starting-date 2021-12-18",
"gen:lexers": "pnpm -F chroma-lexers start",