From a7bae572a19c7c746b9f8a22a0bed0ccbd85dd5b Mon Sep 17 00:00:00 2001 From: Cell <1024@lruihao.cn> Date: Thu, 11 Jun 2026 16:54:43 +0800 Subject: [PATCH] chore(assets): move tsconfig to assets --- tsconfig.json => assets/tsconfig.json | 2 +- layouts/_partials/init/index.html | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename tsconfig.json => assets/tsconfig.json (91%) diff --git a/tsconfig.json b/assets/tsconfig.json similarity index 91% rename from tsconfig.json rename to assets/tsconfig.json index 7a23269a..77e23cc5 100644 --- a/tsconfig.json +++ b/assets/tsconfig.json @@ -11,6 +11,6 @@ "forceConsistentCasingInFileNames": true, "skipLibCheck": true }, - "include": ["assets/js/**/*.ts"], + "include": ["js/**/*.ts"], "exclude": ["node_modules"] } diff --git a/layouts/_partials/init/index.html b/layouts/_partials/init/index.html index a409d529..8bcbe33d 100644 --- a/layouts/_partials/init/index.html +++ b/layouts/_partials/init/index.html @@ -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" . -}} diff --git a/package.json b/package.json index 23956c5a..d50ae9b3 100644 --- a/package.json +++ b/package.json @@ -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",