Replies: 2 comments 15 replies
-
btw it works with deno now through deno npm specifiers. |
Beta Was this translation helpful? Give feedback.
-
Yes, I can confirm that it works on Deno. But the problem is that the Deno resolver can't find the module because the extension is missing in the imports. It compiles, but the intellisense is missing with this error:
If I add the For example, the
But, ofc, I can't overwrite them because these files are autogenerated. |
Beta Was this translation helpful? Give feedback.
-
deno is an alternative to Node.js. It has TypeScript support out-of-the-box. It would be nice to be able to use
typesafe-i18n
with deno.*.ts
:adapter: 'deno'
)Beta Was this translation helpful? Give feedback.
All reactions