mirror of
https://github.com/SrIzan10/mainwebsite.git
synced 2026-06-05 16:46:58 +00:00
* initial commit * bento * spotify and about me * lol * rose pine * eff * fix: small centering issue * feat: latest posts view * chore: temp filler * feat: weather * feat: discord status * feat: remove old posts and add myself and some projects * chore: generalize a bit * chore: testing post and cloudflare ssr * fix: prerender some more stuff * feat: branding * fix: cloudflare deployments * feat: add lastfm profile * feat: star rating * feat: add discogs * chore: add nocheck * docs: barebones readme * docs: try it out * feat: writeup * feat: some component stuff
13 lines
222 B
JSON
13 lines
222 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": {
|
|
"strictNullChecks": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
},
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "react"
|
|
}
|
|
}
|