From 03c6052f6f9c043d09769b52b7e71d388667a725 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Fri, 26 Jul 2024 13:05:17 +0200 Subject: [PATCH] Link TS/node comment closes #1254 --- docs/typescript.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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. +:::