add vite react plugin

This commit is contained in:
MapleLeaf
2021-12-31 10:55:29 -06:00
committed by Darius
parent 66e4ebc250
commit 594c0dc42d
4 changed files with 210 additions and 96 deletions

View File

@@ -1,3 +1,6 @@
{
"extends": "../../tsconfig.base.json"
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"jsx": "react-jsx"
}
}