astro/examples/docs/tsconfig.json

9 lines
146 B
JSON
Raw Normal View History

{
"extends": "astro/tsconfigs/base",
"compilerOptions": {
"jsx": "preserve",
"skipLibCheck": true,
"strictNullChecks": true
}
2021-08-13 23:32:55 +00:00
}