Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Use tsconfig inheritance #38

Open
sverhoeven opened this issue Nov 14, 2016 · 0 comments
Open

Use tsconfig inheritance #38

sverhoeven opened this issue Nov 14, 2016 · 0 comments

Comments

@sverhoeven
Copy link
Member

Typescript 2.1 will have Configuration Inheritance

This will make the generated tsconfig.json much simpler like

{
 "extends": "node_modules/@nlesc/react-scripts/config/tsconfig.json"
}

In the @nlesc/react-scripts package the base tsconfig (config/tsconfig.json) will be stored.

Nice if instead of full file path, a path inside a package (@nlesc/react-scripts/config/tsconfig.json) could be used.

This will make the @nlesc/react-scripts have less generated configuration, but still be overwrite-able.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant