Skip to content

Commit

Permalink
fix: cannot test typeChecks/petite-vue.html
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Jun 17, 2022
1 parent 3485f7b commit 0b52c52
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/vue-test-workspace/tsconfig.json
Expand Up @@ -10,5 +10,10 @@
"noUnusedParameters": true,
"skipLibCheck": true,
"jsx": "preserve",
}
},
"include": [
"renames/**/*",
"typeChecks/**/*",
"typeChecks/**/*.html",
]
}

0 comments on commit 0b52c52

Please sign in to comment.