From 85fd1cd53a9c57fbc9cd4aa5b63749289c99954d Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Fri, 24 May 2024 17:18:46 +0100 Subject: [PATCH] tsconfig: handle typescript in modules/ --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index da6aba2e9..5d46f672c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -61,7 +61,7 @@ "*/*/*.ts", "apps/*/*.js", // with checkJs: true "*/*/*.d.ts", - "modules/*.d.ts", + "modules/*.ts", "typescript/types/*.d.ts" ] }