Prepare codebase for TypeScript Native preview compatibility by Copilot · Pull Request #3183 · hey-api/openapi-ts

@mrlubos

Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>

@mrlubos

Remove baseUrl and use explicit path mappings instead.
This configuration works with both TypeScript 5.9.3 and TypeScript Native 7.0.0-dev.

- Remove baseUrl compiler option (removed in TypeScript Native)
- Add "*": ["./*"] to paths (recommended replacement)
- Update ~/* path to use explicit ./src/* instead of src/*

All tests pass with this configuration.

Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>

@mrlubos

Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>

@mrlubos

Co-authored-by: mrlubos <12529395+mrlubos@users.noreply.github.com>

Copilot AI changed the title [WIP] Migrate to TypeScript Native preview Prepare codebase for TypeScript Native preview compatibility

Jan 5, 2026

@mrlubos mrlubos deleted the copilot/migrate-to-typescript-native branch

March 6, 2026 00:25