cap-js / cds-typer

CDS type generator for JavaScript
Apache License 2.0
27 stars 8 forks source link

Change TS detection mechanism #276

Closed daogrady closed 2 months ago

daogrady commented 2 months ago

Instead of looking for a tsconfig.json, which users may be using to configure their LSP in a JS project, we now check if the project's package.json contains a dependency to typescript.