From 820a5bb75fe712196901eec53317134b896e749a Mon Sep 17 00:00:00 2001 From: Dmitriy Fuks Date: Wed, 17 Jul 2024 03:41:06 +0300 Subject: [PATCH] Added ts-overrides-plugin --- Writing-a-Language-Service-Plugin.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Writing-a-Language-Service-Plugin.md b/Writing-a-Language-Service-Plugin.md index 20d52db2..e0c34c86 100644 --- a/Writing-a-Language-Service-Plugin.md +++ b/Writing-a-Language-Service-Plugin.md @@ -279,3 +279,4 @@ Some other TypeScript Language Service Plugin implementations you can look at fo * https://github.com/sveltejs/language-tools/tree/master/packages/typescript-plugin * https://github.com/vuejs/language-tools/tree/master/packages/typescript-plugin * https://github.com/withastro/language-tools/blob/main/packages/ts-plugin/README.md +* https://github.com/DiFuks/ts-overrides-plugin/tree/main