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
@@ -11,6 +11,6 @@
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
},
"include": ["assets/js/**/*.ts"],
"include": ["js/**/*.ts"],
"exclude": ["node_modules"]
}
+1 -1
View File
@@ -1,4 +1,4 @@
{{- hugo.Store.Set "version" "v1.0.0-mq97iric" -}}
{{- hugo.Store.Set "version" "v1.0.0-mq99hlzg" -}}
{{- .Store.Set "this" dict -}}
{{- partial "init/detection-env.html" . -}}
+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",