cap-js / cds-typer

CDS type generator for JavaScript
Apache License 2.0
29 stars 10 forks source link

Declare kind property #331

Closed daogrady closed 1 month ago

daogrady commented 2 months ago

Fixes https://github.com/cap-js/cds-typer/issues/273 (again)

hakimio commented 2 months ago

Might be a good idea to update checkTranspilation() to use strict: true tsconfig to prevent those kind of issues in the future.

daogrady commented 1 month ago

Superseded by https://github.com/cap-js/cds-typer/pull/367