glint icon indicating copy to clipboard operation
glint copied to clipboard

Support `imports` key from package.json (aka subpath imports)

Open chancancode opened this issue 9 months ago • 0 comments

Related: https://github.com/embroider-build/embroider/issues/2284

TypeScript, when used with moduleResolution = bundler is supposed to support subpath imports. For some reason, that doesn't seem to work in Glint 1 without manually configuring tsconfig.compilerOptions.path.

Maybe it does already just work with Glint 2, but I haven't tried it yet.

chancancode avatar Feb 18 '25 00:02 chancancode