generated from nhcarrigan/template
chore: disable strictPeerDependencies
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@ minimumReleaseAge: 14400
|
|||||||
trustPolicy: no-downgrade
|
trustPolicy: no-downgrade
|
||||||
# Ignore trust policy for packages published more than 1 year ago (predates provenance signing)
|
# Ignore trust policy for packages published more than 1 year ago (predates provenance signing)
|
||||||
trustPolicyIgnoreAfter: 525960
|
trustPolicyIgnoreAfter: 525960
|
||||||
# Fail if there are missing or invalid peer dependencies
|
# Peer dependency conflicts exist with the current TypeScript version; disabled until upstream resolves
|
||||||
strictPeerDependencies: true
|
strictPeerDependencies: false
|
||||||
# Prevent transitive dependencies from using exotic sources (git repos, direct tarball URLs)
|
# Prevent transitive dependencies from using exotic sources (git repos, direct tarball URLs)
|
||||||
blockExoticSubdeps: true
|
blockExoticSubdeps: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user