eslint needs to be updated to be able to correctly parse typescripte >5.2. It throws warning
eslint is having a problem linting an esm module based package. The primary issue is that this is a monorepo with several packages and we are slowly converting code over. For now I am ignoring linting on teraslice until I can figure out a way to do it independently for each package, assuming its worth the dev effort.
using @swc/jest for typescript compiling for jest testing is causing errors with class decorators, so I am keeping ts-jest for the rest of the tests and using the new one until it can be properly configured
Issues:
@swc/jest
for typescript compiling for jest testing is causing errors with class decorators, so I am keeping ts-jest for the rest of the tests and using the new one until it can be properly configured