We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64165f8 commit c8fceebCopy full SHA for c8fceeb
1 file changed
scripts/verify-packages-versions.js
@@ -1,6 +1,6 @@
1
const pkg = require('../package.json');
2
3
-const TYPESCRIPT_VERSION = '~5.8.0';
+const TYPESCRIPT_VERSION = '^6.0.0-beta';
4
5
if (pkg.devDependencies.typescript !== TYPESCRIPT_VERSION) {
6
console.error(`
0 commit comments