@ms-cloudpack/config-types
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -10,5 +10,14 @@ import type { DevServer } from './DevServer.js'; | ||
/** | ||
* If you want to extend a specific configuration file, you can use the extends property and specify the (relative) path to the file. | ||
* Extend the configuration from another file: either an import path or a relative path | ||
* (resolved from the config file's location). | ||
* | ||
* If an array, later files will take precedence when merging. | ||
* (The user config always takes precedence over any extended config.) | ||
* | ||
* Config merging approach: | ||
* - Objects will be deeply merged. | ||
* - Primitive values will be overwritten. | ||
* - Arrays will be overwritten, EXCEPT for `packageSettings`, which will be concatenated. | ||
*/ | ||
extends?: string; | ||
extends?: string | string[]; | ||
/** | ||
@@ -15,0 +24,0 @@ * A set of options for configuring how the dev server works. |
{ | ||
"name": "@ms-cloudpack/config-types", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "TypeScript types for the Cloudpack Configuration. We keep these separate to eliminate circular package dependencies.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48689
425