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

Uses noEmit in tsconfig.json #1797

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Uses noEmit in tsconfig.json #1797

wants to merge 2 commits into from

Conversation

infomiho
Copy link
Contributor

@infomiho infomiho commented Feb 22, 2024

  • We experienced a hard to reproduce behaviour, sometimes there is a phantom dir created in the root project dir.

  • Since we use the tsconfig.json for IDE support only, we had a hack with an outDir and exclude to stop Typescript from complaining about overwriting source files.

  • A similar option exists called noEmit which does what we need: saying to the Typescript compiler, we don't want to output any files.

@infomiho infomiho changed the title Uses noEmi in tsconfig.json Uses noEmit in tsconfig.json Feb 22, 2024
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
@infomiho
Copy link
Contributor Author

No longer valid PR since the latest changes to the tsconfig.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant