Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm run package fails to build .webhapp unless "skipLibCheck": true on tsconfig.json inside ui folder #48

Open
tommycp3 opened this issue Nov 24, 2022 · 0 comments

Comments

@tommycp3
Copy link

I'm just playing around with the scaffold.

and I fail to build the .webhapp file and get this error.
2022-11-24_10-51-37

After a little searching I found an option to skip the library check on @bable/types.

By adding:
"skipLibCheck": true
to the tsconfig.json file inside the ui directory.

Not sure if you want to update the scaffold to include this setting on the tsconfig.json so just documenting the issue here for you to process.

And if it's not need for other people why do I have to do this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant