0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-03-31 23:31:30 -05:00

chore: test example

This commit is contained in:
Florian Lefebvre 2024-08-15 14:32:06 +02:00
parent e181f3fa6a
commit 70e87fc302
2 changed files with 1 additions and 2 deletions

View file

@ -1 +0,0 @@
/// <reference path="../.astro/types.d.ts" />

View file

@ -1,5 +1,5 @@
{
"extends": "astro/tsconfigs/base",
"extends": ["astro/tsconfigs/base", "./.astro/tsconfig.json"],
"compilerOptions": {
"strictNullChecks": true
}