18c339a94Sopenharmony_ci/* 28c339a94Sopenharmony_ci * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development Co., Ltd. 38c339a94Sopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License"); 48c339a94Sopenharmony_ci * you may not use this file except in compliance with the License. 58c339a94Sopenharmony_ci * You may obtain a copy of the License at 68c339a94Sopenharmony_ci * 78c339a94Sopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0 88c339a94Sopenharmony_ci * 98c339a94Sopenharmony_ci * Unless required by applicable law or agreed to in writing, software 108c339a94Sopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS, 118c339a94Sopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 128c339a94Sopenharmony_ci * See the License for the specific language governing permissions and 138c339a94Sopenharmony_ci * limitations under the License. 148c339a94Sopenharmony_ci */ 158c339a94Sopenharmony_ci{ 168c339a94Sopenharmony_ci "modelVersion": "5.0.0", 178c339a94Sopenharmony_ci "dependencies": { 188c339a94Sopenharmony_ci }, 198c339a94Sopenharmony_ci "execution": { 208c339a94Sopenharmony_ci // "analyze": "normal", /* Define the build analyze mode. Value: [ "normal" | "advanced" | false ]. Default: "normal" */ 218c339a94Sopenharmony_ci // "daemon": true, /* Enable daemon compilation. Value: [ true | false ]. Default: true */ 228c339a94Sopenharmony_ci // "incremental": true, /* Enable incremental compilation. Value: [ true | false ]. Default: true */ 238c339a94Sopenharmony_ci // "parallel": true, /* Enable parallel compilation. Value: [ true | false ]. Default: true */ 248c339a94Sopenharmony_ci // "typeCheck": false, /* Enable typeCheck. Value: [ true | false ]. Default: false */ 258c339a94Sopenharmony_ci }, 268c339a94Sopenharmony_ci "logging": { 278c339a94Sopenharmony_ci // "level": "info" /* Define the log level. Value: [ "debug" | "info" | "warn" | "error" ]. Default: "info" */ 288c339a94Sopenharmony_ci }, 298c339a94Sopenharmony_ci "debugging": { 308c339a94Sopenharmony_ci // "stacktrace": false /* Disable stacktrace compilation. Value: [ true | false ]. Default: false */ 318c339a94Sopenharmony_ci }, 328c339a94Sopenharmony_ci "nodeOptions": { 338c339a94Sopenharmony_ci // "maxOldSpaceSize": 8192 /* Enable nodeOptions maxOldSpaceSize compilation. Unit M. Used for the daemon process. Default: 8192*/ 348c339a94Sopenharmony_ci // "exposeGC": true /* Enable to trigger garbage collection explicitly. Default: true*/ 358c339a94Sopenharmony_ci } 368c339a94Sopenharmony_ci} 37