Deprecated Settings
The following settings are kept for backward compatibility. They still work, and migrating to their replacements is recommended.
boundaries/types
boundaries/types is kept for backward compatibility but is deprecated and will be removed in a future major version. Use boundaries/elements instead.
It keeps working without changes; you will see a deprecation warning in your console. It is a legacy alias for boundaries/elements and is used only as a fallback when boundaries/elements is absent. Rename the key to migrate.
boundaries/alias
boundaries/alias is kept for backward compatibility but is deprecated and will be removed in a future major version. Use the import/resolver settings instead.
It was a path-alias map. Configure module resolution with import/resolver, which gives access to a wide ecosystem of resolvers. See the Custom Resolvers guide.
See Also
- Settings — the full reference for every active global setting.
- Config Helpers — typed configuration helpers.
- Custom Resolvers — replacing
boundaries/aliaswithimport/resolver.