Skip to content
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

Update tsconfig to have verbatimModuleSyntax and document reasoning for the tsconfig options #214

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

NullVoxPopuli
Copy link
Collaborator

Resolves #207.

Don't need a lint when we ts can tell us what's wrong.
(or rather, this is the lint, or part of the lint -- we could want to enforce more control over this)

…ocument reasoning for the tsconfig options
@NullVoxPopuli NullVoxPopuli added the enhancement New feature or request label Oct 5, 2023
@NullVoxPopuli NullVoxPopuli merged commit 08e7d6a into main Oct 5, 2023
15 checks passed
@NullVoxPopuli NullVoxPopuli deleted the ts-config-updates branch October 5, 2023 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Find / add lint to prefer import type over import { type .. }
2 participants