dividab / tsconfig-paths

Load node modules according to tsconfig paths, in run-time or via API.
MIT License
1.8k stars 100 forks source link

test: should resolve .ts from .js alias #213

Closed aleclarson closed 1 year ago

aleclarson commented 2 years ago

This test confirms a bug reported in https://github.com/aleclarson/vite-tsconfig-paths/issues/54

TypeScript allows importing a TypeScript module using a .js extension, and a .jsx extension for TSX modules.

MichaelDeBoey commented 2 years ago

@F3n67u Is this related to #199? 🤔

aleclarson commented 1 year ago

Closed in favor of #216