Skip to content

Commit

Permalink
Preserve jsx for type checking vue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinovantes committed Apr 15, 2022
1 parent 3059d60 commit df7f64a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
"forceConsistentCasingInFileNames": true,
"jsx": "preserve",

"noUnusedLocals": true,
"noImplicitReturns": true,
Expand Down

0 comments on commit df7f64a

Please sign in to comment.