You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Related: embroider-build/embroider#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 configuringtsconfig.compilerOptions.path
.Maybe it does already just work with Glint 2, but I haven't tried it yet.
The text was updated successfully, but these errors were encountered: