From abbd194ebfbf20840ec714ee767dc23b75b920cb Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Tue, 12 Jul 2022 11:53:27 -0400 Subject: [PATCH] docs: add a permalink to the og rpt (#380) - as the `alexlur` fork no longer exists / 404s, permalink back to og rpt - which is archived and still exists under the `rollup` org - as requested in issues --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9c4768..7a5d296 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Rollup plugin for typescript with compiler errors. -This is a rewrite of the original `rollup-plugin-typescript`, starting and borrowing from [this fork](https://github.com/alexlur/rollup-plugin-typescript). +This is a rewrite of the [original](https://github.com/rollup/rollup-plugin-typescript/tree/v0.8.1) `rollup-plugin-typescript`, starting and borrowing from [this fork](https://github.com/alexlur/rollup-plugin-typescript). This version is somewhat slower than the original, but it will print out TypeScript syntactic and semantic diagnostic messages (the main reason for using TypeScript after all).