You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Severity Code Description Project File Line Suppression State
Error TS6059 Build:File 'Portal/src/Portal1/node_modules/angular2-busy/index.ts' is not under 'rootDir' 'Portal/src/Portal1/app'. 'rootDir' is expected to contain all source files.
The text was updated successfully, but these errors were encountered:
I just manually deleted index.ts from /node_modules and everything works (described in the second link above)
The problem is that angular2-busy is published with the TypeScript files which isn't recommended even for TypeScript projects.
I assume the solution would be to not publish any .ts files.
EDIT:
Just import from angular2-busy/build and not from angular2-busy.
This fixes it.
Severity Code Description Project File Line Suppression State
Error TS6059 Build:File 'Portal/src/Portal1/node_modules/angular2-busy/index.ts' is not under 'rootDir' 'Portal/src/Portal1/app'. 'rootDir' is expected to contain all source files.
The text was updated successfully, but these errors were encountered: