summaryrefslogtreecommitdiff
path: root/tsconfig.json
blob: a997d741360f21dc891619e7121785424a54822d (plain)
1
2
3
4
5
6
7
8
9
{
  "extends": "astro/tsconfigs/strict",
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/*": ["./src/*"]
    }
  }
}