11 lines
184 B
JSON
11 lines
184 B
JSON
|
{
|
||
|
"extends": "astro/tsconfigs/base",
|
||
|
"compilerOptions": {
|
||
|
"strictNullChecks": true,
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
".astro": [".astro/content-generated"]
|
||
|
}
|
||
|
}
|
||
|
}
|