mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
See associated pull request for more information. Closes #57880 as a pr takeover PR Close #58446
18 lines
444 B
JSON
18 lines
444 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": {
|
|
"domino": "file:../../../../node_modules/domino",
|
|
"zone.js": "file:../../../../dist/bin/packages/zone.js/npm_package"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "file:../../../../node_modules/typescript"
|
|
}
|
|
}
|