type-fest 2.13.0 → 2.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/source/tsconfig-json.d.ts +1 -1
- package/license +0 -1
package/package.json
CHANGED
|
@@ -713,7 +713,7 @@ declare namespace TsConfigJson {
|
|
|
713
713
|
/**
|
|
714
714
|
Specify path mapping to be computed relative to baseUrl option.
|
|
715
715
|
*/
|
|
716
|
-
paths?:
|
|
716
|
+
paths?: Record<string, string[]>;
|
|
717
717
|
|
|
718
718
|
/**
|
|
719
719
|
List of TypeScript language server plugins to load.
|
package/license
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
SPDX-License-Identifier: (MIT OR CC0-1.0)
|