UNPKG

@irrelon/path

Version:

A powerful JSON path processor. Allows you to drill into and manipulate JSON objects with a simple dot-delimited path format e.g. "obj.name".

8 lines (7 loc) 121 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', moduleNameMapper: { "^@/(.*)$": '<rootDir>/$1' } };