Newer
Older
hello-programmer-world / tsconfig.json
@h.sakamoto h.sakamoto on 15 Dec 201 bytes path alias
{
  "extends": "astro/tsconfigs/strict",
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "@/*": ["src/*"]
    }
  },
  "include": [".astro/types.d.ts", "**/*"],
  "exclude": ["dist"]
}