Closed thomaswinkler closed 1 year ago
Using npm instead of yarn lock files. Removed use of $npm_execpatch.
npm
yarn
$npm_execpatch
Also needed to enable skipLibCheck to workaround an issue in c8y/client (MTM-56385). Will create a new issue to remove skipLibCheck once c8y/client does export types correctly.
skipLibCheck
c8y/client
Using
npm
instead ofyarn
lock files. Removed use of$npm_execpatch
.Also needed to enable
skipLibCheck
to workaround an issue inc8y/client
(MTM-56385). Will create a new issue to removeskipLibCheck
oncec8y/client
does export types correctly.