chore: update for preact

finxol.io 3f1cde7d 5d6f1704

verified
Changed files
+3 -1
+3 -1
tsconfig.json
···
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
-
}
}
}
···
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
+
},
+
"jsx": "react-jsx",
+
"jsxImportSource": "preact"
}
}