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 32bba11861a035dee2c9b4eb5372c6d8ec62addd
Author: Randall Leeds <[email protected]>
AuthorDate: Tue Aug 4 17:19:22 2020 -0700

    Remove baseUrl option in shared TypeScript configuration
    
    Non-relative module resolution should not follow any particular aliases
    other than what yarn sets up via symlinks.
---
 tsconfig.base.json | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tsconfig.base.json b/tsconfig.base.json
index 5098b2b..0f07efa 100644
--- a/tsconfig.base.json
+++ b/tsconfig.base.json
@@ -1,7 +1,6 @@
 {
   "compilerOptions": {
     "allowSyntheticDefaultImports": true,
-    "baseUrl": "./",
     "composite": true,
     "declaration": true,
     "declarationMap": true,

Reply via email to