Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Update to Typescript 3.8 #89

Open
dvvanessastoiber opened this issue Feb 18, 2020 · 0 comments
Open

Update to Typescript 3.8 #89

dvvanessastoiber opened this issue Feb 18, 2020 · 0 comments
Assignees
Labels
priority: high type: refactor Refactor the current implementation

Comments

@dvvanessastoiber
Copy link
Contributor

Observed behavior

Updating the typescript and typedoc versions according to the snippet below without using stricter linting makes it possible to use the current typescript version with a minimum amount of errors.

"typedoc": "~0.16.9",
"typescript": "~3.8.1-rc",

Expected behavior

Updating the dependencies in the package.json and adding the following line of code in tsconfig.json (as well as fixing appearing type errors) should be sufficient for the usage of Typescript 3.8 as a first step.

"downlevelIteration": true, // required as long as target is `es5`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
priority: high type: refactor Refactor the current implementation
Projects
None yet
Development

No branches or pull requests

1 participant