Skip to content

Commit

Permalink
remove unneeded workaround for jsx warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Aug 23, 2024
1 parent 629429b commit 0bc43f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/tsconfig.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
"include": ["vite.config.*", "vitest.config.*", "cypress.config.*"],
"compilerOptions": {
"composite": true,
"types": ["node"],
"jsx": "preserve",
"jsxImportSource": "vue"
"types": ["node"]
}
}

0 comments on commit 0bc43f9

Please sign in to comment.