/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/schematics/angular/library/files/tsconfig.lib.json.template
17 строк
544 B
Alan Agius
fix(@schematics/angular): remove `inlineSources` from library tsconfig template
11 дек 2025, 18:12
11 дек 2025, 18:12
288a922
Код
Авторство
О чём код?
/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ /* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */ { "extends": "<%= relativePathToWorkspaceRoot %>/tsconfig.json", "compilerOptions": { "outDir": "<%= relativePathToWorkspaceRoot %>/out-tsc/lib", "declaration": true, "declarationMap": true, "types": [] }, "include": [ "src/**/*.ts" ], "exclude": [ "**/*.spec.ts" ] }