Open
Description
openedon Nov 4, 2024
π Search Terms
mts bundler
π Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about Bundler
β― Playground Link
cannot test modulerResolution in the playground
π» Code
tsconfig.json
moduleResolution: "Bundler"
file.mts
export const hi = 1
file2.mts
import {hi} from './file'
π Actual behavior
fails to find ./file
π Expected behavior
should resolve just like a bundler, so it should find the .mts
file
Additional information about the issue
No response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment