glint
glint copied to clipboard
Support `imports` key from package.json (aka subpath imports)
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.