mirror of
https://github.com/withastro/astro.git
synced 2025-08-02 19:08:58 +08:00
feat(next): better tsconfig (#11859)
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
This commit is contained in:
1
examples/framework-vue/src/env.d.ts
vendored
1
examples/framework-vue/src/env.d.ts
vendored
@ -1 +0,0 @@
|
||||
/// <reference path="../.astro/types.d.ts" />
|
@ -1,5 +1,7 @@
|
||||
{
|
||||
"extends": "astro/tsconfigs/base",
|
||||
"include": ["**/*", ".astro/types.d.ts"],
|
||||
"exclude": ["dist"],
|
||||
"compilerOptions": {
|
||||
// Needed for TypeScript intellisense in the template inside Vue files
|
||||
"jsx": "preserve"
|
||||
|
Reference in New Issue
Block a user