feat: 更新 TypeScript 配置文件,添加引用链接以便于维护和参考
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 1m32s
/ playwright (push) Successful in 1m3s
/ depcheck (push) Successful in 1m28s

This commit is contained in:
严浩
2025-01-02 23:12:58 +08:00
parent 47e2c5d813
commit 09d2779f7c
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"extends": "@vue/tsconfig/tsconfig.dom.json",
"extends": "@vue/tsconfig/tsconfig.dom.json", // https://github.com/vuejs/create-vue/blob/main/template/tsconfig/base/tsconfig.app.json
"include": [
"./typed-router.d.ts",
"./auto-imports.d.ts",

View File

@ -1,5 +1,5 @@
{
"extends": "@tsconfig/node22/tsconfig.json",
"extends": "@tsconfig/node22/tsconfig.json", // https://github.com/vuejs/create-vue/blob/main/template/tsconfig/base/tsconfig.node.json
"include": [
"vite.config.*",
"vitest.config.*",