mirror of
https://gitee.com/openharmony/third_party_typescript
synced 2024-11-22 22:40:30 +00:00
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
This commit is contained in:
parent
f5cacdbb10
commit
196866b91d
36
bundle.json
Normal file
36
bundle.json
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"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": []
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user