Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: tsconfig options in framework are slow (#5695)
Noticed that ts compilation tests were still timing out, wanted to partially address them. Used https://www.totaltypescript.com/tsconfig-cheat-sheet as a good guide to build some out. I suspect skipLibCheck will help a lot, and honestly it's probably a good thing to avoid the unnecessary .d.ts checks. *By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*.
- Loading branch information