Warnings
You can suppress warnings via:
- The environment variable
PACWICH_SUPPRESS_WARNINGS, a comma-separated list of warning ids, - The
--suppress-warningsCLI global option, which is unioned with the environment variable.
Warnings are a process-level concern rather than a project setting, so there is no project config or TS API option for suppression.
All Warning IDs
BashLoginShellHintBunLockNewerVersionBunLockParseFailedDependencyCycleDetectedDeprecatedBunWorkspacesFlagDeprecatedNoPrefixFlagDeprecatedProjectMapMethodIgnoreInputFilesNegationNotHonoredInputPatternOutsideProjectInvalidCliScriptOutputStyleEnvVarInvalidPackageManagerEnvVarMissingWorkspacesHintMultipleConfigsFoundMultiplePackageManagerLockfilesNpmLockNewerVersionNpmLockParseFailedParallelExceedsAvailableCpusPnpmLockNewerVersionPnpmLockParseFailedPnpmWorkspacesFieldIgnoredUnsupportedPackageManagerVersionUnsupportedRuntimeVerifyIssue


