With 29.0 ts-jest deprecated setting ts-jest-options via the globals property in the jest config file. Instead one should use the transform property as described in https://kulshekhar.github.io/ts-jest/docs/getting-started/options/isolatedModules. Neither the old way nor the new way seems to disable type-checking... Is this a bug introduced with ts-jest 29.0?