-
Couldn't load subscription status.
- Fork 333
add tsconfig compatibility section #2677
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
| [root fields](https://www.typescriptlang.org/tsconfig/#root-fields). In case of | ||
| overlap: | ||
|
|
||
| - A reference takes precedence over its referrer. | ||
| - For root references, `foo/bar/tsconfig.json` takes precedence over | ||
| `foo/tsconfig.json`. | ||
| - If a parent `deno.json` contains `compilerOptions`, that will take precedence | ||
| over any TSConfig. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oooof, this is really hard to grok - could we give some more concrete examples here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aside from the last point (the simpler one), that's tsc semantics and should work intuitively. This is just a reference for technical users. It's not worth making this subsection bigger with examples IMO
No description provided.