Closed
Description
Hi! Is it possible to use multiple tsconfig.json
per project, that is some kind of project-wide tsconfig.json
located in root directory and additional tsconfig.json
files located in sub-directories which may override/tune some options for that dirs? Like .gitignore
does.
It would be very usefull when, for instance, developing external module under node
-environment. Such modules usually splited into multiple files (internal modules), but would be compiled into one big file during compilation stage.