From 8df16c735f696305ad053b241b81229e266a845f Mon Sep 17 00:00:00 2001 From: Matt Bierner <12821956+mjbvz@users.noreply.github.com> Date: Tue, 14 Oct 2025 11:58:39 -0700 Subject: [PATCH] Fix web build Temporarily reverting change to unblock web build --- extensions/markdown-language-features/tsconfig.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/extensions/markdown-language-features/tsconfig.json b/extensions/markdown-language-features/tsconfig.json index 0e7a865e1f5..77399c62ad6 100644 --- a/extensions/markdown-language-features/tsconfig.json +++ b/extensions/markdown-language-features/tsconfig.json @@ -2,9 +2,6 @@ "extends": "../tsconfig.base.json", "compilerOptions": { "outDir": "./out", - "typeRoots": [ - "./node_modules/@types" - ], "skipLibCheck": true }, "include": [