diff --git a/frontend/package.json b/frontend/package.json index dfd691c..5ed545a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -37,12 +37,14 @@ "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.4.0", "prettier": "^3.8.3", - "typescript": "^7.0.2", + "typescript": "npm:@typescript/typescript6@^6.0.2", + "@typescript/native": "npm:typescript@^7.0.2", "typescript-eslint": "^8.61.1", "vite": "^8.0.4", "vscode-langservers-extracted": "^4.10.0" }, "allowScripts": { "core-js@3.49.0": true - } + }, + "_comment": "TS7 aliased side-by-side: typescript->TS6 API for typescript-eslint, @typescript/native->TS7 tsc. Revisit when TS 7.1 API lands (typescript-eslint#10940)." }