Node.js only - This page covers TypeScript autocompletion setup for the Node.js agent. For information about Forest data types, see Data Types.
Generating a Typing File
The back-end can generate a typing file based on your data models. This file is auto-generated and should not be manually edited.Configuration Options
Two configuration options control typing file generation:typingsPath: Specifies the location where the typing file will be createdtypingsMaxDepth: Controls the maximum introspection depth for relationships
TypeScript Usage
In TypeScript projects, import and template the generated schema:customizeCollection method and handler parameters receive strong typing through the Schema template.