<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@userfrosting/vinyl-fs-vpath](./vinyl-fs-vpath.md) &gt; [IConfig](./vinyl-fs-vpath.iconfig.md) &gt; [pathMappings](./vinyl-fs-vpath.iconfig.pathmappings.md)

## IConfig.pathMappings property

Virtual path mappings. Collision resolution uses the last mapping to select the file. Internally mapping occurs on absolute path strings, conversion and normalization is performed automatically. Resolution is \*not\* recursive.

<b>Signature:</b>

```typescript
pathMappings: IPathMapper[];
```
