Skip to content

Typescript

Thibaut SEVERAC edited this page Nov 27, 2023 · 1 revision

💻 Typescript

Typing on other nodes

To get only typings, you can include @spailybot/moleculer-auto-openapi/index.d.ts in your project .

an example

{
  "typeAcquisition": {
    "enable": true,
    "include": ["./node_modules/@spailybot/moleculer-auto-openapi/index.d.ts"]
  }
}
Clone this wiki locally