Add react

This commit is contained in:
2024-03-26 19:30:49 +01:00
parent 35e36a7bbb
commit 6e163f67d5
11 changed files with 12640 additions and 1131 deletions

View File

@ -13,7 +13,8 @@
"resolveJsonModule": true,
"paths": {
"*": ["node_modules/*"]
}
},
"jsx": "react-jsx"
},
"include": ["src/**/*"]
}