Move some stuff around

This commit is contained in:
Gregory Schier
2023-03-13 09:24:38 -07:00
parent 9f479882ad
commit fa1f33a2ac
6 changed files with 104 additions and 95 deletions

View File

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