/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v20.3.33
tsconfig-test.json
12 строк
395 B
Charles Lyding
test: remove unneeded bazel tsetse configuration
23 июн 2025, 20:57
23 июн 2025, 20:57
167a4a5
Код
Авторство
О чём код?
{ "extends": "./tsconfig.json", "compilerOptions": { "inlineSourceMap": true, "sourceRoot": ".", // Inline sources are necessary for our tests to show the proper sources, since we are using // Istanbul (not Constantinople) as well, and applying both source maps to get the original // source in devtools. "inlineSources": true, "types": ["node", "jasmine"] } }