[ ] There is an issue for the bug/feature this PR is for. To avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it.
[x] All existing tests are passing
[ ] Tests for the changes are included
What is the new behavior?
Remove unneeded npm run tsc when starting demo projects. Webpack builds the typescript.
PR Checklist
What is the new behavior?
Remove unneeded
npm run tsc
when starting demo projects. Webpack builds the typescript.