Skip to content

Conversation

github-actions[bot]
Copy link

Closes #489

Applied changes based on Issue #489.

I’ve removed the “​.ts” extension from the sole import in src/constants.ts, eliminating the TS5097 issue without adding new configuration options.

Change summary

  • src/constants.ts: changed
    export { default as LOADING_PHRASES } from './loadingPhrases.ts';
    to
    export { default as LOADING_PHRASES } from './loadingPhrases';
    【F:src/constants.ts†L17】

This aligns with the recommendation to omit source‐file extensions for consistent resolution across tools. Tests and the rest of the code remain untouched.

@github-actions github-actions bot mentioned this pull request Jul 20, 2025
@YiweiShen YiweiShen merged commit 2a28a96 into main Jul 20, 2025
3 checks passed
@YiweiShen YiweiShen deleted the codez-chore-489-feat-imports-support-import-path-extensions-3094684669 branch July 20, 2025 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Import-path extensions

1 participant