Start GraphQL support

This commit is contained in:
Gregory Schier
2023-03-12 22:43:25 -07:00
parent a094e13bd5
commit 43f2aa3068
9 changed files with 470 additions and 31 deletions

View File

@@ -16,11 +16,7 @@
"isolatedModules": true,
"noEmit": true,
"jsx": "react-jsx",
"jsxImportSource": "preact",
"paths": {
"react": ["./node_modules/preact/compat/"],
"react-dom": ["./node_modules/preact/compat/"]
},
"jsxImportSource": "preact"
},
"include": [
"src-web"