Files
Kristiyan Kostadinov bf9663847d build: update type TypeScript 5.2 final (#51503)
Bumps up the repo to the stable version of TypeScript 5.2.

PR Close #51503
2023-08-28 17:02:30 +00:00

20 lines
482 B
JSON

{
"name": "typings",
"version": "1.0.0",
"description": "typing test package to test zone.js.d.ts",
"scripts": {
"test": "tsc -p ."
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@types/node": "^16.11.7",
"domino": "https://github.com/angular/domino.git#aa8de3486307f57a518b4b0d9e5e16d9fbd998d1",
"zone.js": "file:../../../../dist/bin/packages/zone.js/npm_package"
},
"devDependencies": {
"typescript": "5.2.2"
}
}