Downloaded the aurelia skeleton and everything works fine when using gulp watch.
However, running it from Visual Studio results in several errors:
Severe Code Description Project File Line Suppression State Error TS6059 The file 'C:/Users/sbloom/testing/PVPortal/src/skeleton/test/unit/child-router.spec.ts' is not located under 'rootDir' 'C:/Users/sbloom/testing/PVPortal/src/skeleton/src/'. 'rootDir' should include all source files. skeleton (tsconfig project) 1 Active ... (more error messages)
Seeking guidance to resolve these errors, any assistance would be appreciated.