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:
Florian Lefebvre
2024-09-03 17:49:09 +02:00
committed by GitHub
parent 5a39da87d3
commit 38047119ff
80 changed files with 207 additions and 184 deletions

View File

@ -1 +0,0 @@
/// <reference path="../.astro/types.d.ts" />

View File

@ -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"