refactor: update TypeScript configuration to extend correct Vue tsconfig files

This commit is contained in:
2026-05-04 19:56:20 -03:00
committed by hueso
parent dacbeac019
commit 63f5ee017b
2 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{
"extends": "@vue/tsconfig/tsconfig.node.json",
"extends": "@vue/tsconfig/tsconfig.json",
"include": [
"vite.config.*",
"cypress.config.*",
@@ -7,6 +7,7 @@
],
"compilerOptions": {
"composite": true,
"noEmit": false,
"types": [
"node"
]