Files
ctw aa85b8e60b replace ohos.build with bundle.json
Signed-off-by: ctw <chentingwei2@huawei.com>
Change-Id: I1ba38358da5149249cd24196a419922803ed933c
2022-01-22 16:56:54 +08:00

26 lines
653 B
JSON

{
"name": "@ohos/ark_ts2abc",
"description": "支持应用TS/JS语言代码的编译,行为符合ArkUI框架需要的Strict模式的ES2015标准",
"version": "3.1",
"license": "Apache V2",
"component": {
"name": "ark_frontend_tool",
"subsystem": "ark",
"syscap": [],
"features": [],
"adapted_system_type": [
"standard"
],
"rom": "",
"ram": "",
"deps": {
"components": [],
"third_party": []
},
"build": {
"sub_component": [],
"inner_kits": [],
"test": []
}
}
}