mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
66 lines
1.1 KiB
JSON
66 lines
1.1 KiB
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"androidNdkPath": {
|
|
"type": "string"
|
|
},
|
|
"angular": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"chunk": {
|
|
"type": "string"
|
|
},
|
|
"chunks": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"projectRoot": {
|
|
"type": "string"
|
|
},
|
|
"webpackConfig": {
|
|
"type": "object"
|
|
},
|
|
"targetArchs": {
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string",
|
|
"enum": [
|
|
"arm",
|
|
"arm64",
|
|
"ia32",
|
|
"ia64"
|
|
]
|
|
}
|
|
},
|
|
"useLibs": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"snapshotInDocker": {
|
|
"type": "boolean"
|
|
},
|
|
"skipSnapshotTools": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"v8Version": {
|
|
"type": "string"
|
|
},
|
|
"requireModules": {
|
|
"type": "array",
|
|
"default": []
|
|
},
|
|
"includeApplicationCss": {
|
|
"type": "boolean",
|
|
"default": true
|
|
}
|
|
},
|
|
"required": [
|
|
"projectRoot",
|
|
"webpackConfig"
|
|
],
|
|
"additionalProperties": false
|
|
} |