starter.dev
starter.dev copied to clipboard
[node-pod] Set up typescript path aliases to work with compiled code
See PR conversation: https://github.com/thisdot/starter.dev/pull/552#discussion_r1033381712
If we want to add path alias support to the starter we need to either set up a bundler based build and dev server, or some additional scripting to run tsc-alias as well.
E.g.: https://www.npmjs.com/package/tsc-alias with concurrently