Skip to content

Commit

Permalink
chore: enable jsx for volar
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jun 7, 2022
1 parent 721fa36 commit 81dfe36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/client/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"module": "esnext",
"declaration": true,
"declarationDir": "../../dist/client-types",
"jsx": "preserve",
"lib": ["ESNext", "DOM"],
"types": ["vite/client"],
"paths": {
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"skipLibCheck": true,
"noUnusedLocals": true,
"resolveJsonModule": true,
"jsx": "preserve",
"lib": ["ESNext", "DOM"]
},
"exclude": ["**/node_modules/**", "**/dist/**"]
Expand Down

0 comments on commit 81dfe36

Please sign in to comment.