20 lines
247 B
Plaintext
20 lines
247 B
Plaintext
{
|
|
"apiType": 'stageMode',
|
|
"buildOption": {
|
|
"sourceOption": {
|
|
"workers": [
|
|
'./src/main/ets/workers/worker.ts'
|
|
]
|
|
}
|
|
},
|
|
"targets": [
|
|
{
|
|
"name": "default"
|
|
},
|
|
{
|
|
"name": "ohosTest",
|
|
}
|
|
]
|
|
}
|
|
|