build: run TypeScript 6 and 7 side by side
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"test": "vitest run --config vitest.config.ts",
|
||||
"typecheck": "tsc -b",
|
||||
"typecheck": "pnpm -w tsc7 -b tools/legacy-db-migration/tsconfig.json",
|
||||
"migrate": "tsx src/cli.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
@@ -23,7 +23,7 @@
|
||||
"@types/pg": "^8.21.0",
|
||||
"tsdown": "^0.22.14",
|
||||
"tsx": "^4.23.12",
|
||||
"typescript": "6.0.2",
|
||||
"typescript": "6.0.3",
|
||||
"vitest": "^4.1.10"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user