/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/esbuild-linked.config.mjs
13 строк
357 B
Paul Gschwendtner
build: clean-up to use fine-grained targets for faster rebuilds
04 апр 2025, 14:47
04 апр 2025, 14:47
207bc6c
Код
Авторство
О чём код?
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ export default { conditions: ['ng-linked', 'module'], tsconfig: import.meta.dirname + '/bazel-tsconfig-build.json', resolveExtensions: ['.js'], };