astro-ts-tw-svelte Svelte Themes

Astro Ts Tw Svelte

Astro Build using TypeScript, TailwindCSS, and Svelte

astro-ts-tw-svelte

Local Development

import path alias

It's commonly used the pattern @* -> src/*, but this approach annoys me due to the current npm package namespaces ( scopes | npm docs ) which normally starts with @{user_name/org_name}.

Following a Unix OS approach, that beens said so we have the following alias mapping ~/* -> src/* ( tsconfig.json ) which avoid the issue from @.

Astro

Editor Setup

Top categories

Loading Svelte Themes