jsii-compiler icon indicating copy to clipboard operation
jsii-compiler copied to clipboard

JSII config file

Open jci-aws opened this issue 6 months ago • 2 comments

It would be nice to define JSII configuration in a separate configuration file, instead of cluttering package.json with JSII-specific configuration. Something like .jsii, .jsii.yaml, jsii.config.ts, etc.

All JSII configuration that currently exists in the package.json jsii field should be able to be specified here (including diagnostics). Type-checking the config would also be a nice-to-have here.

jci-aws avatar Aug 09 '24 19:08 jci-aws