Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 478 Bytes

File metadata and controls

18 lines (14 loc) · 478 Bytes
description Modern alternative to the @typescript/native-preview package for the native version of TypeScript

Replacements for @typescript/native-preview

typescript

TypeScript v7 is no longer a preview and is now published under the typescript name, so @typescript/native-preview is no longer needed

{
  "dependencies": {
    "@typescript/native-preview": "7.0.0-dev.20260707.2", // [!code --]
    "typescript": "7.0.2" // [!code ++]
  }
}