Skip to content

Commit

Permalink
adding ts-morph documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cblanquera committed Apr 13, 2024
1 parent 29ae797 commit 6f46b23
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/transform.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,5 +338,8 @@ export default function generate({ config, schema, cli }: PluginProps) {
};
```

Now that you understand what plugins do and how they related to ideas,
you can learn more about the specific schema mappings [here](./mapping.md).
**Learn More:**

- **Mapping** - Now that you understand what plugins do and how they related to ideas,
you can learn more about the specific schema mappings [here](./mapping.md).
- **TS-Morph** - Learn more about `ts-morph` [here](./tsmorph.md).

0 comments on commit 6f46b23

Please sign in to comment.