Skip to content

Commit

Permalink
Link TS/node comment
Browse files Browse the repository at this point in the history
closes #1254
  • Loading branch information
raucao committed Jul 26, 2024
1 parent ac692de commit 03c6052
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/typescript.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ to TypeScript, and release builds now ship with generated type
definitions. Thus, there is no extra type definitions package to
import/require, and everything should just work out of the box.

::: tip NOTE
There\'s still a lot of room for improvement in our TypeScript usage. If
you\'re experienced with TypeScript, and interested in contributing to
::: info NOTE
There's still a lot of room for improvement in our TypeScript usage. If
you're experienced with TypeScript, and interested in contributing to
rs.js, your help in this area would be most appreciated.
:::

::: tip Node.js Tip
See [this
comment](https://github.com/remotestorage/remotestorage.js/issues/1253#issuecomment-985132217)
if you want to use rs.js with TypeScript in Node.js.
:::

0 comments on commit 03c6052

Please sign in to comment.