Open
Description
What problem does this feature solve?
When scaffolding a new project using vue-cli it would be nice to have a separate tsconfig.json file for "src" and "test/unit" folders.
Because right now there is one tsconfig.json
file which shares the TypeScript configuration both for unit tests and application code.
Thanks to that feature, we wouldn't need to i.e. import Jest type in the application tsconfig.json
.
What does the proposed API look like?
When scaffolding a new project there should a separate tsconfig.json
for app code and unit tests.
As an example, Vuetify uses multiple tsconfig.json