panorama/docs/tsconfig.json

6 lines
109 B
JSON
Raw Permalink Normal View History

2024-07-01 08:38:23 +00:00
{
2024-07-01 09:47:23 +00:00
"extends": "astro/tsconfigs/strict",
"compilerOptions": { "skipLibCheck": true },
"exclude": ["dist"]
}