chore: Adjust the include configuration for `tsconfig.json` (#138)

This commit is contained in:
陈升 2024-12-18 13:09:28 +08:00 committed by GitHub
parent 69e41235ad
commit f07eaca45c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -36,9 +36,9 @@
"src/**/*.vue",
"tests/**/*.ts",
"tests/**/*.tsx",
"src/components.d.ts",
"src/auto-imports.d.ts",
"src/typed-router.d.ts",
"src/types/components.d.ts",
"src/types/auto-imports.d.ts",
"src/types/typed-router.d.ts",
"tests/*.ts"
]
}