diff --git a/tsconfig-ext.json b/tsconfig-ext.json index 814d5c36..cfa355ab 100644 --- a/tsconfig-ext.json +++ b/tsconfig-ext.json @@ -3,6 +3,9 @@ "files": [], "include": [], "references": [ + { "path": "./app" }, + { "path": "./stubs/app" }, + { "path": "./test" }, { "path": "./ext/app" } ], }