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
This could be useful for providing extra "defaults" for certain scenarios, like jsx, js, or a babel-y project, under paths like typescript/jsx, typescript/js and typescript/babel.
Examples
We publish, eg, react/tsconfig.json with contents:
Suggestion
With package-based paths now allowed within tsconfig extends clauses, we now have the opportunity to ship prescriptive base configs with our published package.
Use Cases
This could be useful for providing extra "defaults" for certain scenarios, like
jsx
,js
, or a babel-y project, under paths liketypescript/jsx
,typescript/js
andtypescript/babel
.Examples
We publish, eg,
react/tsconfig.json
with contents:so users can then write configs like:
The text was updated successfully, but these errors were encountered: