Open jbedard opened 5 months ago
tsconfig files must be named tsconfig.json and only a single one can be generated and used per directory
tsconfig.json
Custom named tsconfig files, maybe things like tsconfig.base.json in the root.
tsconfig.base.json
Multiple tsconfig files in a directory such as tsconfig.json and tsconfig.tests.json.
tsconfig.tests.json
What is the current behavior?
tsconfig files must be named
tsconfig.json
and only a single one can be generated and used per directoryDescribe 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
andtsconfig.tests.json
.