build: run TypeScript 6 and 7 side by side
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
"pg": "^8.23.0",
|
||||
"postcss": "8.5.26",
|
||||
"tailwindcss": "^4.3.3",
|
||||
"typescript": "6.0.2",
|
||||
"typescript": "6.0.3",
|
||||
"vite": "^8.2.1",
|
||||
"vue-tsc": "^3.3.9"
|
||||
}
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": [
|
||||
"./src/*"
|
||||
|
||||
Reference in New Issue
Block a user