/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tsconfig-test-esm.json
11 строк
295 B
Alan Agius
build: improve source map configuration for better debugging
09 окт 2025, 13:32
09 окт 2025, 13:32
1d76e40
Код
Авторство
О чём код?
/** * 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": { "types": ["node", "jasmine"] } }