mirror of
https://gitee.com/openharmony/applications_photos
synced 2024-11-26 16:51:35 +00:00
bc35c9b6b8
Changes to be committed:
19 lines
286 B
Plaintext
19 lines
286 B
Plaintext
{
|
|
"apiType": 'stageMode',
|
|
"buildOption": {
|
|
"compileMode": "esmodule",
|
|
"sourceOption": {
|
|
"workers": [
|
|
"./src/main/ets/workers/HistogramWorker.ts"
|
|
]
|
|
}
|
|
},
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
},
|
|
{
|
|
"name": "ohosTest",
|
|
}
|
|
]
|
|
} |