typescript-library-starter icon indicating copy to clipboard operation
typescript-library-starter copied to clipboard

fix: update typedoc and ts version to fix build error

Open yiliang114 opened this issue 5 years ago • 1 comments

image

when i use the code in master and run npm run build, i will get the parse error as above. The reason for this problem is the version of typedoc is too low. We can just change the typedoc and typescript in package.json and reinstall dependencies, it can work as well.

    "typedoc": "^0.14.2",
    "typescript": "^4.0.5"

yiliang114 avatar Nov 18 '20 12:11 yiliang114

please merge this PR

antonellopasella-kedos avatar Feb 10 '22 09:02 antonellopasella-kedos