/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v20.3.26
adev/tsconfig.app.json
14 строк
531 B
Paul Gschwendtner
build: fix adev first party linking and re-enable tests (#60825)
10 апр 2025, 17:19
10 апр 2025, 17:19
7fc14d7
Код
Авторство
О чём код?
/* To learn more about this file see: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ { "extends": "./tsconfig.json", "compilerOptions": { "outDir": "../../out-tsc/app", "types": ["node", "dom-navigation"], // Path mappings can result in two versions of e.g. `@angular/core`. // core may be linked in `adev/node_modules`, but also ESBuild does // respect the tsconfig path mappings. "paths": {} }, "files": ["src/main.ts", "src/main.server.ts"], "include": ["src/**/*.d.ts"] }