Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Exclude outDir from tsconfig #234

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

amcasey
Copy link
Member

@amcasey amcasey commented Sep 17, 2020

Consuming output as input is generally discouraged since it adds memory overhead without adding value. As a bonus, this makes it possible to build twice in a row without cleaning in between (though I suspect this file is only for editor support and the actual build happens through webpack).

Microsoft Reviewers: Open in CodeFlow

Consuming output as input is generally discouraged since it adds memory overhead without adding value.  As a bonus, this makes it possible to build twice in a row without cleaning in between (though I suspect this file is only for editor support and the actual build happens through webpack).
@amcasey
Copy link
Member Author

amcasey commented Sep 17, 2020

Disclosure: I don't actually know what this project does - I was just building arbitrary tsconfig projects from GH to validate the TypeScript compiler.

Edit: Just looked through the readme. Cool! If this project is instructional, this is definitely a best practice we'd like to role model.

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

Successfully merging this pull request may close these issues.

None yet

2 participants