fix: exclude test files from vue-tsc type checking in CI build
This commit is contained in:
parent
6107778358
commit
9b41bb8d81
|
|
@ -20,5 +20,6 @@
|
|||
"@/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"]
|
||||
"include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"],
|
||||
"exclude": ["src/**/__tests__/**"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue