From adae511801c07c3a486e4d85ad8ff433b97a53ce Mon Sep 17 00:00:00 2001 From: Core <64542347+coredev-uk@users.noreply.github.com> Date: Wed, 2 Feb 2022 08:16:30 +0000 Subject: [PATCH] Wildcards are great --- tsconfig.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 9b66fccc..7b007593 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,8 +18,6 @@ ] }, "include": [ - "src/main/*", - "src/main/plugins/*", - "src/main/plugins/Extras/*" + "src/main/**/*", ] }