From ebf9ef764908e132c720833dd8813fc5c3d14f42 Mon Sep 17 00:00:00 2001 From: Adam Naji <110662505+Bashamega@users.noreply.github.com> Date: Thu, 31 Jul 2025 19:51:33 +0300 Subject: [PATCH] docs: adds missing Typescript DOM generator (#540) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37fcf5a..f2b14df 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,7 @@ of some examples of KDL in the wild (either v1, v2, or both): * [mise](https://mise.jdx.dev/) - dev tools, env vars, task runner * [Camping](https://github.com/camping/camping) - Ruby web microframework * [Iron Vault](https://ironvault.quest) - VTT (Virtual Tabletop) plugin for Obsidian for the Ironsworn family of games +* [Microsoft TypeScript DOM Generator](https://github.com/microsoft/TypeScript-DOM-lib-generator) - Tool for generating DOM-related TypeScript and JavaScript library files * You? ## Implementations