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:
parent
e181f3fa6a
commit
70e87fc302
2 changed files with 1 additions and 2 deletions
1
examples/blog/src/env.d.ts
vendored
1
examples/blog/src/env.d.ts
vendored
|
@ -1 +0,0 @@
|
|||
/// <reference path="../.astro/types.d.ts" />
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"extends": "astro/tsconfigs/base",
|
||||
"extends": ["astro/tsconfigs/base", "./.astro/tsconfig.json"],
|
||||
"compilerOptions": {
|
||||
"strictNullChecks": true
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue