fix: update documentation

This commit is contained in:
Christian Capeans 2024-01-08 15:58:22 +01:00
parent c1ec41edad
commit ad288a5769

View File

@ -99,7 +99,7 @@ const transform: JSONTransform = (file, params) => {
export default transform;
```
For reference, these are the types for the relevant objects, which can be found in `packages/utils/upgrade/src/core/runner/json.ts`:
For reference, these are the types for the relevant objects, which can be found in `packages/utils/upgrade/src/modules/json/types.ts`:
```typescript
export interface JSONTransformParams {