third_party_typescript/bundle.json
zhangchen168 196866b91d Add the bundle.json file
Issue:https://gitee.com/openharmony/third_party_typescript/issues/I807YQ

Signed-off-by: zhangchen168 <zhangchen168@huawei.com>
Change-Id: I793c26b6b42247d5ec4d5dcdc1e2294d6b970ace
2023-09-13 16:33:36 +08:00

36 lines
806 B
JSON

{
"name": "@ohos/typescript",
"description": "TypeScript is a language for application scale JavaScript development.",
"version": "3.1",
"license": "Apache-2.0",
"segment": {
"destPath": "third_party/typescript"
},
"dirs": {},
"scripts": {},
"readmePath": {
"en": "README"
},
"component": {
"name": "typescript",
"subsystem": "thirdparty",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "0",
"ram": "0",
"deps": {
"components": [
],
"third_party": [
]
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}