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 924ee097ce8cacd77bbe5dd7477f226a15423502 Author: Randall Leeds <[email protected]> AuthorDate: Mon Aug 3 20:07:52 2020 -0700 Include the validation tests in the top-level solution --- tsconfig.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 529b902..07873ec 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,11 @@ { - "files": [], + "extends": "./tsconfig.base.json", + "include": ["./test"], + "compilerOptions": { + "composite": false, + "emitDeclarationOnly": false, + "noEmit": true + }, "references": [ { "path": "./packages/dom/tsconfig.json"
