05:37
2026-08-26
dev.to
developer-tools
TypeScript Path Aliases in 2026: `tsconfig` Paths, Bundler Resolution, and Why They Still Break at Runtime
TypeScript path aliases configured in tsconfig.json only affect type-checking and editor autocomplete, not emitted JavaScript, which retains literal alias imports that crash at runtime without bundlerβ¦