angular-cn/integration/ngcc/ngcc.config.js

7 lines
82 B
JavaScript

module.exports = {
locking: {
retryAttempts: 5,
retryDelay: 100,
}
};