Since TypeScript v6, `baseUrl` is deprecated, so it should no longer check for this field. Relevant code: https://github.com/hyperse-io/ts-node/blob/a8786d647e2066a794bef219739b80797fe8b8d7/src/tsconfig/getCompilerOptions.ts#L16-L20
Since TypeScript v6,
baseUrlis deprecated, so it should no longer check for this field.Relevant code:
ts-node/src/tsconfig/getCompilerOptions.ts
Lines 16 to 20 in a8786d6