From 5bf11194067bddff80570ef59928378ed512b743 Mon Sep 17 00:00:00 2001 From: Aaron Shafovaloff Date: Thu, 15 Aug 2024 12:37:37 -0600 Subject: [PATCH] clean up tsconfig Change-Id: Ie0319024f4e4b0cfc854c6043c66a3b6cd22d382 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/355214 Reviewed-by: Paul Gray QA-Review: Paul Gray Product-Review: Paul Gray Tested-by: Service Cloud Jenkins --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 8907f58d757..23655b01c89 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -22,6 +22,6 @@ } }, "include": ["ui/*", "ui/**/*"], - "exclude": ["**/node_modules", "**/.*/", "vendor", "ui/features/gradebook/**/*", "ui/features/discussion_topics_post/**/*"], + "exclude": ["**/node_modules", "**/.*/", "vendor"], "types": [] }