summaryrefslogtreecommitdiff
path: root/examples/blog
diff options
context:
space:
mode:
authorGravatar Erika <3019731+Princesseuh@users.noreply.github.com> 2024-11-04 16:15:11 +0100
committerGravatar GitHub <noreply@github.com> 2024-11-04 16:15:11 +0100
commit9263e965932b9a6a116801c063c6b7105c39643e (patch)
tree8ed6e7f9b048752d70d53744eefbda2166cbcbb9 /examples/blog
parent731b69712b0e9c5d5a4058db3fa3e8bf628c7aad (diff)
downloadastro-9263e965932b9a6a116801c063c6b7105c39643e.tar.gz
astro-9263e965932b9a6a116801c063c6b7105c39643e.tar.zst
astro-9263e965932b9a6a116801c063c6b7105c39643e.zip
create-astro updates (#12083)
Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com> Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev> Co-authored-by: Reuben Tier <otterlord.dev@gmail.com>
Diffstat (limited to 'examples/blog')
-rw-r--r--examples/blog/astro.config.mjs2
-rw-r--r--examples/blog/tsconfig.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog/astro.config.mjs b/examples/blog/astro.config.mjs
index 3b2f75c84..d45f3951e 100644
--- a/examples/blog/astro.config.mjs
+++ b/examples/blog/astro.config.mjs
@@ -1,6 +1,6 @@
+// @ts-check
import { defineConfig } from 'astro/config';
import mdx from '@astrojs/mdx';
-
import sitemap from '@astrojs/sitemap';
// https://astro.build/config
diff --git a/examples/blog/tsconfig.json b/examples/blog/tsconfig.json
index 676d1945a..0dc098dd7 100644
--- a/examples/blog/tsconfig.json
+++ b/examples/blog/tsconfig.json
@@ -1,5 +1,5 @@
{
- "extends": "astro/tsconfigs/base",
+ "extends": "astro/tsconfigs/strict",
"include": [".astro/types.d.ts", "**/*"],
"exclude": ["dist"],
"compilerOptions": {