feat(example/react): improvements to react examples (#210)

This commit is contained in:
Sam Potts
2025-12-10 09:27:38 +11:00
committed by GitHub
parent 546989c2be
commit c35b012250
57 changed files with 2886 additions and 2138 deletions
+5 -2
View File
@@ -4,7 +4,10 @@
"jsx": "react-jsx",
"jsxImportSource": "react",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"baseUrl": "."
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src"]
"include": ["src", "vite-env.d.ts"]
}