* Get the project's builderResourcesExcludes configuration * * @private * @returns {string[]} BuilderResourcesExcludes configuration
()
| 166 | * @returns {string[]} BuilderResourcesExcludes configuration |
| 167 | */ |
| 168 | getBuilderResourcesExcludes() { |
| 169 | return this._config.builder?.resources?.excludes || []; |
| 170 | } |
| 171 | |
| 172 | /** |
| 173 | * Get the project's customTasks configuration |
no outgoing calls
no test coverage detected