/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v20.3.32
tsconfig-test-esm.json
14 строк
375 B
Paul Gschwendtner
build: migrate `@angular/ssr` tests to `rules_js`
23 янв 2025, 17:27
23 янв 2025, 17:27
af25379
Код
Авторство
О чём код?
/** * Root tsconfig file for use building all Angular packages. Note there is no rootDir * and therefore any tsconfig in the package directory will need to define its own * rootDir. */ { "extends": "./tsconfig-build-esm.json", "compilerOptions": { "sourceMap": false, "inlineSourceMap": true, "inlineSources": true, "types": ["node", "jasmine"] } }