5 lines
109 B
JSON
5 lines
109 B
JSON
{
|
|
"extends": "astro/tsconfigs/strict",
|
|
"compilerOptions": { "skipLibCheck": true },
|
|
"exclude": ["dist"]
|
|
}
|