π 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
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
π Search Terms
mts bundler
π Version & Regression Information
β― Playground Link
cannot test modulerResolution in the playground
π» Code
tsconfig.json
file.mts
file2.mts
π Actual behavior
fails to find
./fileπ Expected behavior
should resolve just like a bundler, so it should find the
.mtsfileAdditional information about the issue
No response