A simpler pattern would be more effective
"files": [ "src/common/js/lib/**/*", "README.md" ]
or even
"files": [ "src/common/js/lib/**", "README.md" ]
You should try both.