Simplifying Imports with TypeScript Path Aliases in Umbraco v14
I recently attended the online Umbraco Manchester meetup where Rick Butterfield talked about Generating a TypeScript OpenAPI client from Umbraco’s Content Delivery API. One really useful tip he suggested was using typescript path aliases to simplify your import paths, but...