Fix up typescript config (#9910)

This commit is contained in:
Samuel Newman
2026-02-20 18:07:17 +00:00
committed by GitHub
parent 35f9ed82b9
commit f3cc850b62
7 changed files with 119 additions and 53 deletions
+1
View File
@@ -3,6 +3,7 @@
"compilerOptions": {
"jsx": "react-jsx",
"module": "esnext",
"lib": ["dom", "esnext"],
"types": ["node", "jest"],
"baseUrl": ".",
"paths": {