mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
99df5a8ba2
This contains the fix for #55416 PR Close #55426
20 lines
482 B
JSON
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#8f228f8862540c6ccd14f76b5a1d9bb5458618af",
|
|
"zone.js": "file:../../../../dist/bin/packages/zone.js/npm_package"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "5.2.2"
|
|
}
|
|
}
|