recreate web - now using tailwind instead of unocss - created theme/design system - created first components - add first sections/content
11 lines
151 B
JSON
11 lines
151 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"baseUrl": "./src",
|
|
"paths": {
|
|
"@/*": [
|
|
"./*"
|
|
]
|
|
}
|
|
}
|
|
} |