/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/schematics/angular/application/files/common-files/tsconfig.spec.json.template
14 строк
519 B
Terry
fix(@schematics/angular): remove unused spec tsconfig outDir
15 июл 2026, 02:08
15 июл 2026, 02:08
b345bb5
Код
Авторство
О чём код?
/* 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": { "types": [ "<%= testRunner === 'vitest' ? 'vitest/globals' : 'jasmine' %>" ] }, "include": [ "src/**/*.d.ts", "src/**/*<% if (standalone) { %>.spec<% } %>.ts" ] }