suppress ts errors in modules by adding // @ts-nocheck to every ts file
npm install supress-ts-on-packages
suppresses typescript errors and warnings on package specified.
add to devDep
add "scripts": {..."postinstall": "ts-supress"}