UNPKG

create-staticwind

Version:

Create an optimized static site with Astro and Tailwind

12 lines (11 loc) 190 B
{ "compilerOptions": { "baseUrl": "src/", "paths": { "~/*": ["*"] } }, "extends": "astro/tsconfigs/strict", "include": [".astro/types.d.ts", "**/*"], "exclude": ["dist"] }