|
34 | 34 | ], |
35 | 35 | "scripts": { |
36 | 36 | "dev": "tsx --watch examples/quickstart-connect.ts", |
37 | | - "build": "tsup", |
38 | | - "prepublishOnly": "tsup", |
| 37 | + "build": "tsup && tsc -p tsconfig.build.json --emitDeclarationOnly --declarationMap false", |
| 38 | + "prepublishOnly": "pnpm run build", |
39 | 39 | "release": "node scripts/release.mjs", |
40 | | - "typecheck": "tsgo --noEmit", |
41 | | - "typecheck:legacy": "tsc --noEmit", |
| 40 | + "typecheck": "tsc --noEmit", |
42 | 41 | "typecheck:audit": "tsx scripts/audit-tsgo-compat.ts", |
43 | 42 | "audit:comments": "tsx scripts/audit-comments.ts", |
44 | 43 | "audit:any": "tsx scripts/audit-no-any.ts", |
|
65 | 64 | "@types/node": "^24.10.1", |
66 | 65 | "@types/pg": "^8.20.0", |
67 | 66 | "@types/qrcode-terminal": "^0.12.2", |
68 | | - "@typescript/native-preview": "7.0.0-dev.20260527.2", |
69 | 67 | "@vitest/coverage-v8": "4.1.7", |
70 | 68 | "better-sqlite3": "^11.10.0", |
71 | 69 | "express": "^5.2.1", |
|
76 | 74 | "size-limit": "^12.1.0", |
77 | 75 | "tsup": "^8.5.1", |
78 | 76 | "tsx": "^4.21.0", |
79 | | - "typescript": "^6.0.3", |
| 77 | + "typescript": "~7.0.2", |
80 | 78 | "vitest": "^4.1.7" |
81 | 79 | }, |
82 | 80 | "dependencies": { |
|
0 commit comments