-
-
Notifications
You must be signed in to change notification settings - Fork 536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'rootDir' is expected to contain all source files #270
Comments
Can you share the commands you're running? Since |
Below is the package.json
This |
There's no code in there using |
How to fix this issue if it is node_modules package ? |
should exclude all source files {
"exclude": ["node_modules", "lib", "tests"]
} here |
I am facing issue with ngx-uploader. when I run
tsc
, it's working fine. but when I runnpm start
it is giving me below errorerror TS6059: File 'node_modules/ngx-uploader/src/classes/index.ts' is not under 'rootDir' 'xxx/src'. 'rootDir' is expected to contain all source files.
tsconfig.json
The text was updated successfully, but these errors were encountered: