Prepare codebase for TypeScript Native preview compatibility by Copilot · Pull Request #3183 · hey-api/openapi-ts
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>
Copilot
AI
changed the title
[WIP] Migrate to TypeScript Native preview
Prepare codebase for TypeScript Native preview compatibility
mrlubos
deleted the
copilot/migrate-to-typescript-native
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters