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",