diff --git a/docs/typescript.md b/docs/typescript.md index 59cb736c9..2b74b4617 100644 --- a/docs/typescript.md +++ b/docs/typescript.md @@ -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. +:::