You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using version 0.24.8 in a project and everything works fine, but when I try to upgrade to 0.25.* I get a bunch of typescript errors when running typedoc. I can't figure out why this is happening.
My tsconfig file is being read but its values seem to be getting ignore as I'm getting errors like: Property 'parseInt' does not exist on type 'NumberConstructor'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2015' or later.
Search terms
upgrade
update
tsconfig
Question
I'm currently using version 0.24.8 in a project and everything works fine, but when I try to upgrade to 0.25.* I get a bunch of typescript errors when running typedoc. I can't figure out why this is happening.
My tsconfig file is being read but its values seem to be getting ignore as I'm getting errors like:
Property 'parseInt' does not exist on type 'NumberConstructor'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2015' or later.
Any idea what might be going wrong for me?
Here's my config details:
tsconfig
typedoc.json
The text was updated successfully, but these errors were encountered: