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" ] }