aspect-build / aspect-cli

correct, fast, usable: choose three
https://aspect.build/cli
Apache License 2.0
84 stars 19 forks source link

[FR]: support custom named tsconfig files, different tsconfig per target #716

Open jbedard opened 2 months ago

jbedard commented 2 months ago

What is the current behavior?

tsconfig files must be named tsconfig.json and only a single one can be generated and used per directory

Describe the feature

Custom named tsconfig files, maybe things like tsconfig.base.json in the root.

Multiple tsconfig files in a directory such as tsconfig.json and tsconfig.tests.json.