chore: Minor optimizations
- Optimize code, update a validation message and fix code inspection warning
This commit is contained in:
parent
e7ada4b47d
commit
b0650a5bf4
2 changed files with 4 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"extends": "@vue/tsconfig/tsconfig.dom.json",
|
||||
"include": ["env.d.ts", "src/**/*", "src/**/*.vue"],
|
||||
"include": ["env.d.ts", "src/**/*", "src/**/*.ts", "src/**/*.vue"],
|
||||
"exclude": ["src/**/__tests__/*"],
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue