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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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-i18nwith deno.*.ts:adapter: 'deno')Beta Was this translation helpful? Give feedback.
All reactions