Skip to content

Commit 762a5b7

Browse files
committed
TypeScript 6.0.2
1 parent f9d0cb5 commit 762a5b7

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

tasks.ts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Version = '1.1.6'
1515
// ------------------------------------------------------------------
1616
const BuildPackage = (target: string = `target/build`) => Task.build.esm('src', {
1717
outdir: target,
18-
compiler: '5.9.3',
18+
compiler: '6.0.2',
1919
additional: ['license', 'readme.md'],
2020
packageJson: {
2121
name: 'typebox',
@@ -106,7 +106,9 @@ Task.run('range', async () => {
106106
await Range.Legacy([
107107
'5.0.4', '5.1.3', '5.1.6', '5.2.2', '5.3.2', '5.3.3',
108108
'5.4.3', '5.4.5', '5.5.2', '5.5.3', '5.5.4', '5.6.2',
109-
'5.6.3', '5.7.2', '5.7.3', '5.9.2', 'latest'
109+
'5.6.3', '5.7.2', '5.7.3', '5.9.2', '5.9.3',
110+
])
111+
await Range.Modern([
112+
'6.0.2', 'next', 'latest',
110113
])
111-
await Range.Modern(['next'])
112114
})

0 commit comments

Comments
 (0)