Skip to content

Commit

Permalink
fix(vetur): Use Strict Mode
Browse files Browse the repository at this point in the history
Turns out that vetur only reads the top-level tsconfig
  • Loading branch information
FlorianWendelborn committed May 23, 2022
1 parent a63dffc commit 37d3fd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"esModuleInterop": true,
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"resolveJsonModule": true
"resolveJsonModule": true,
"strict": true
}
}

0 comments on commit 37d3fd9

Please sign in to comment.