build: run TypeScript 6 and 7 side by side

This commit is contained in:
2026-08-12 23:34:23 +00:00
parent f12fe77408
commit 4329cbbbcf
27 changed files with 499 additions and 239 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest run --config vitest.config.ts",
"typecheck": "tsc -b"
"typecheck": "pnpm -w tsc7 -b app/game-api/tsconfig.json"
},
"devDependencies": {
"@types/sanitize-html": "2.16.1",
-1
View File
@@ -3,7 +3,6 @@
"compilerOptions": {
"outDir": "dist",
"composite": true,
"baseUrl": ".",
"paths": {
"@sammo-ts/common": [
"../../packages/common/src/index.ts"