panorama/docs/tsconfig.json
2024-07-01 04:47:23 -05:00

6 lines
109 B
JSON

{
"extends": "astro/tsconfigs/strict",
"compilerOptions": { "skipLibCheck": true },
"exclude": ["dist"]
}