JSX config not working properly, I keep getting children props error in all my components
Property 'children' is missing in type '{ in: true; timeout: number; }' but required in type 'FadeProps'.deno-ts(2741)I have similar project with same configs with npm and node and it works fine, but I can't seem to make it work with deno.
Here's my
deno.json and tsconfig.json (I also tried adding same configs in tsconfig.node.json and tsconfig.app.json also has similar settings)