build: run TypeScript 6 and 7 side by side
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
"autoprefixer": "^10.5.4",
|
||||
"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"
|
||||
}
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
"@sammo-ts/common": ["../../packages/common/src/index.ts"],
|
||||
|
||||
Reference in New Issue
Block a user