/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/bazel-tsconfig-test.json
13 строк
467 B
Paul Gschwendtner
build: migrate theming tests to `rules_js`
24 мар 2025, 19:56
24 мар 2025, 19:56
2888934
Код
Авторство
О чём код?
// TypeScript configuration that will be used to build the test sources for entry-points // of the CDK. To avoid duplicate logic, we decided to just have one package-wide tsconfig // file that will be used by Bazel to build the test sources for an entry-point. { "extends": "./bazel-tsconfig-build.json", "compilerOptions": { "importHelpers": true, "types": ["jasmine", "node"] }, "bazelOptions": { "suppressTsconfigOverrideWarnings": true } }