hyposcript
hyposcript copied to clipboard
typescript strict typing breaks
with the following config
{
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
/* "strict": false, */
"lib": ["dom"],
"jsx": "preserve",
"jsxFactory": "h",
"jsxFragmentFactory": "h"
}
}
if strict: false it's fine though — need to find or write a generic JSX elements types library like csstype?