Please try below configuration in your angular.json file (path: projects..architect.build.options.stylePreprocessorOptions)
Configuration:
"stylePreprocessorOptions": { "includePaths": [ "." ] }