astro/examples/with-content/tsconfig.json
2022-11-18 18:05:09 -05:00

10 lines
184 B
JSON

{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"strictNullChecks": true,
"baseUrl": ".",
"paths": {
".astro": [".astro/content-generated"]
}
}
}