This is an automated email from the ASF dual-hosted git repository. randall pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git
commit 3f1243e6bf73be025ae36250bb1d3b58707f4050 Author: Randall Leeds <[email protected]> AuthorDate: Sat Sep 19 18:39:00 2020 -0700 Add meta-package reference to top-level tsconfig.json solution --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 7685922..dac35b3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "packages/*/test/**/*", ], "references": [ + { "path": "packages/apache-annotator" }, { "path": "packages/dom" }, { "path": "packages/selector" } ],
