• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "name": "@ohos/typescript",
3    "description": "TypeScript is a language for application scale JavaScript development.",
4    "version": "3.1",
5    "license": "Apache-2.0",
6    "segment": {
7        "destPath": "third_party/typescript"
8    },
9    "dirs": {},
10    "scripts": {},
11    "readmePath": {
12        "en": "README"
13    },
14    "component": {
15        "name": "typescript",
16        "subsystem": "thirdparty",
17        "syscap": [],
18        "features": [],
19        "adapted_system_type": [
20            "standard"
21        ],
22        "rom": "0",
23        "ram": "0",
24        "deps": {
25            "components": [
26            ],
27            "third_party": [
28            ]
29        },
30        "build": {
31            "sub_component": [],
32            "inner_kits": [],
33            "test": []
34        }
35    }
36}