Use `createEffect` in a terminal environment with Deno and TypeScript
Hello everyone!
I wrote the following code, but the effect doesn't work. Nothing is shown in the console:
But if I use Skypack imports it works:
But Skypack doesn't provide the TypeScript types. So everything is
Does anyone smarter than me have an idea how to fix this?
Thanks for any help!
I wrote the following code, but the effect doesn't work. Nothing is shown in the console:
But if I use Skypack imports it works:
But Skypack doesn't provide the TypeScript types. So everything is
any and I get the JavaScript experience.Does anyone smarter than me have an idea how to fix this?
Thanks for any help!
