scaffolding icon indicating copy to clipboard operation
scaffolding copied to clipboard

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

Open tommycp3 opened this issue 2 years ago • 0 comments

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?

tommycp3 avatar Nov 24 '22 00:11 tommycp3