Stability fixes

This commit is contained in:
Jorge Vargas 2025-02-19 21:07:27 -06:00
parent 69eddc148a
commit 3534a19dd4
10 changed files with 2405 additions and 2497 deletions

View file

@ -5,9 +5,6 @@
"compilerOptions": {
"jsx": "react-jsx",
"jsxImportSource": "react",
"baseUrl": "src",
"paths": {
"@/graphql/*": ["graphql/*"]
}
"baseUrl": "src"
}
}