add jsx/state test

This commit is contained in:
MapleLeaf
2021-12-09 19:20:45 -06:00
parent 02e938ea56
commit 2090c9c230
5 changed files with 115 additions and 84 deletions

View File

@@ -1,4 +1,7 @@
{
"extends": "@itsmapleleaf/configs/tsconfig.app",
"compilerOptions": {
"jsx": "react"
},
"exclude": ["dist", "node_modules"]
}