Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion scripts/lint-staged-vue.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,9 @@ try {
// Check app files with tsconfig.app.json
if (appFiles.length > 0) {
logger.info(`Checking ${appFiles.length} application files...`)
// Plain tsc can't resolve named imports from .vue modules.
const appResult = runCommand(
"tsc",
"vue-tsc",
["--project", "tsconfig.app.json", "--noEmit"],
"TypeScript app checking",
vueAppDir,
Expand Down
Loading