Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
Include *.vue files in compiler settings
Browse files Browse the repository at this point in the history
  • Loading branch information
screendriver committed Jun 14, 2024
1 parent 2d0f79f commit aee17bd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@
"verbatimModuleSyntax": true,
"jsx": "preserve"
},
"include": ["./astro.config.ts", "source/**/*"]
"include": ["./astro.config.ts", "source/**/*", "source/**/*.vue"]
}

0 comments on commit aee17bd

Please sign in to comment.