From 6888f9bceeb7d96db524be46ff414bf664c7fb6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jordi=20Guti=C3=A9rrez=20Hermoso?= Date: Fri, 28 Jun 2024 20:16:50 -0400 Subject: [PATCH] tsconfig-ext: revert bc52f65b2648ff7987383537fc06c6a388d29ce2 While the intent was to run tests with it, we don't need it. Instead, this caused problems because the stubs overrode the intended `ext` directory and therefore disabled the ext features. --- tsconfig-ext.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/tsconfig-ext.json b/tsconfig-ext.json index cfa355ab..814d5c36 100644 --- a/tsconfig-ext.json +++ b/tsconfig-ext.json @@ -3,9 +3,6 @@ "files": [], "include": [], "references": [ - { "path": "./app" }, - { "path": "./stubs/app" }, - { "path": "./test" }, { "path": "./ext/app" } ], }