What is the display key in the default TS Config generated by turbo-create?
#9221
-
SummaryWhen you run
{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Default",
}I'm wondering what that I assume it's something that is displayed when hosted/in CI? Additional informationNo response ExampleNo response |
Beta Was this translation helpful? Give feedback.
Answered by
anthonyshew
Oct 7, 2024
Replies: 1 comment 2 replies
-
|
Interesting, I don't see anything documenting it either. It must be a mistake? Do you want to make a PR to remove it? Otherwise, I will. 😄 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I were to guess, it was the kind of thing that either got copy-pasted or "Well, it must be in there for a reason so I guess I'll keep it, too...?" 😄
Thanks for the PR! We'll move over there.