cdrdpyj-turborepo/apps/web/tsconfig.json

6 lines
149 B
JSON

{
"extends": ["astro/tsconfigs/strict", "@repo/typescript-config/astro.json"],
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"]
}