You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.
Typescript 2.1 will have Configuration Inheritance
This will make the generated tsconfig.json much simpler like
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.The text was updated successfully, but these errors were encountered: