Skip to content

Commit 5673c29

Browse files
committed
add typescript@6 for scripts.
1 parent 465fded commit 5673c29

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@
125125
"tedious": "20.0.0",
126126
"tsd": "0.33.0",
127127
"tsx": "4.23.1",
128-
"typescript": "7.0.2"
128+
"typescript": "7.0.2",
129+
"typescript-6": "npm:typescript@6.0.3"
129130
},
130131
"packageManager": "pnpm@11.1.2+sha512.415a1cc25974731e75455c1468371be74c5aa5fb7621b50d4056d222451609f11412f23fd602e6169f1e060466641f798597e1be961a10688836a67b16569499"
131132
}

pnpm-lock.yaml

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/remove-global-augmentations.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import { readFileSync, writeFileSync } from 'node:fs'
66
import { fileURLToPath } from 'node:url'
77
import { dirname, join } from 'pathe'
8-
import ts from 'typescript'
8+
import ts from 'typescript-6'
99

1010
const __dirname = dirname(fileURLToPath(import.meta.url))
1111

0 commit comments

Comments
 (0)