diff options
author | 2024-11-04 16:15:11 +0100 | |
---|---|---|
committer | 2024-11-04 16:15:11 +0100 | |
commit | 9263e965932b9a6a116801c063c6b7105c39643e (patch) | |
tree | 8ed6e7f9b048752d70d53744eefbda2166cbcbb9 /examples/framework-vue | |
parent | 731b69712b0e9c5d5a4058db3fa3e8bf628c7aad (diff) | |
download | astro-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/framework-vue')
-rw-r--r-- | examples/framework-vue/astro.config.mjs | 1 | ||||
-rw-r--r-- | examples/framework-vue/tsconfig.json | 2 |
2 files changed, 2 insertions, 1 deletions
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": { |