fix: resolve tsconfig parsing issues (#88)

This commit is contained in:
2025-07-14 20:57:43 +03:00
committed by GitHub
parent c1bbce8b54
commit eb99c59225
6 changed files with 37 additions and 6 deletions

View File

@@ -10,8 +10,8 @@
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --fix",
"type-lint": "ts-standard",
"type-fix": "ts-standard --fix",
"type-lint": "vue-tsc --noEmit -p tsconfig.lint.json",
"type-fix": "ts-standard --fix --project tsconfig.lint.json",
"format": "prettier --write src/ index.html .github/ .vscode/"
},
"dependencies": {