/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v20.3.30
tsconfig-build-esm.json
18 строк
506 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.json", "compilerOptions": { "module": "esnext", "target": "es2022", "lib": ["es2020"], // don't auto-discover @types/node, it results in a ///<reference in the .d.ts output "types": [], "sourceMap": true, "inlineSources": true, "importHelpers": true } }