This is an automated email from the ASF dual-hosted git repository.
randall pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git.
from ecca786 Run CI tests on Node.js 14
new c98dea0 Switch to a solution-style TypeScript configuration
new 9984acf Upgrade Travis environment from xenial to bionic
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 3 ++
.travis.yml | 1 +
package.json | 3 +-
packages/dom/package.json | 5 ++--
.../dom/src/types/cartesian.d.ts | 0
.../dom/src/types/dom-seek.d.ts | 0
packages/dom/tsconfig.json | 6 ++++
packages/selector/package.json | 5 ++--
packages/selector/tsconfig.json | 3 ++
tsconfig.base.json | 16 ++++++++++
tsconfig.json | 35 +++++-----------------
11 files changed, 45 insertions(+), 32 deletions(-)
rename @types/cartesian/index.d.ts => packages/dom/src/types/cartesian.d.ts
(100%)
rename @types/dom-seek/index.d.ts => packages/dom/src/types/dom-seek.d.ts
(100%)
create mode 100644 packages/dom/tsconfig.json
create mode 100644 packages/selector/tsconfig.json
create mode 100644 tsconfig.base.json