From 9263e965932b9a6a116801c063c6b7105c39643e Mon Sep 17 00:00:00 2001 From: Erika <3019731+Princesseuh@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:15:11 +0100 Subject: create-astro updates (#12083) Co-authored-by: Reuben Tier <64310361+TheOtterlord@users.noreply.github.com> Co-authored-by: Sarah Rainsberger Co-authored-by: Bjorn Lu Co-authored-by: Florian Lefebvre Co-authored-by: Reuben Tier --- examples/framework-vue/astro.config.mjs | 1 + examples/framework-vue/tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/framework-vue') diff --git a/examples/framework-vue/astro.config.mjs b/examples/framework-vue/astro.config.mjs index f30130a95..5afe92269 100644 --- a/examples/framework-vue/astro.config.mjs +++ b/examples/framework-vue/astro.config.mjs @@ -1,3 +1,4 @@ +// @ts-check import { defineConfig } from 'astro/config'; import vue from '@astrojs/vue'; diff --git a/examples/framework-vue/tsconfig.json b/examples/framework-vue/tsconfig.json index 1d2def771..a19c58a62 100644 --- a/examples/framework-vue/tsconfig.json +++ b/examples/framework-vue/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "astro/tsconfigs/base", + "extends": "astro/tsconfigs/strict", "include": [".astro/types.d.ts", "**/*"], "exclude": ["dist"], "compilerOptions": { -- cgit v1.2.3