This is a temporary repository to tests a scenario where typescript 4 causes errors when building a project containing @microsoft/fast-components.
- Run the command
npm ito install dependencies - Run the command
npm run tsc. This will attempt to compile theindex.tswhich imports the@microsoft/fast-componentsand use the locally installed TypeScript 4+. - The errors should show up in the terminal.