astro/examples/with-content/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
184 B
JSON
Raw Normal View History

2022-10-24 15:40:36 +00:00
{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"strictNullChecks": true,
"baseUrl": ".",
"paths": {
".astro": [".astro/content-generated"]
}
}
}