starter.dev icon indicating copy to clipboard operation
starter.dev copied to clipboard

[node-pod] Set up typescript path aliases to work with compiled code

Open TapaiBalazs opened this issue 3 years ago • 0 comments

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

TapaiBalazs avatar Nov 28 '22 12:11 TapaiBalazs