esm-dev/esm.sh

Problem with using Monaco with ESM

baskinwind opened this issue · 2 comments

use monaco by esm

although the editor successfully displayed it, but the ts language service is no longer available

using local dependencies, it should be like this

image

using ESM, there will be no type check

ije commented

i met the same issue before, i added ?bundle and it works, check https://code.esm.sh. anyway i will look into it

it works thx