hyposcript icon indicating copy to clipboard operation
hyposcript copied to clipboard

typescript strict typing breaks

Open estrattonbailey opened this issue 3 years ago • 0 comments

Screen Shot 2021-12-30 at 1 01 35 PM

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?

estrattonbailey avatar Dec 30 '21 19:12 estrattonbailey