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 #173

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

Update to Typescript 3.8 #173

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`
@dvvanessastoiber dvvanessastoiber added priority: high type: refactor Refactor the current implementation labels Feb 18, 2020
@dvvanessastoiber dvvanessastoiber self-assigned this Feb 18, 2020
@ghost ghost closed this as completed Nov 10, 2020
This issue was closed.
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