/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
integration/trusted-types/tsconfig.app.json
14 строк
278 B
Matthieu Riegler
docs: update link to the TS config. (#50933)
05 июл 2023, 14:58
05 июл 2023, 14:58
5d11844
Код
Авторство
О чём код?
/* To learn more about this file see: https://angular.io/guide/typescript-configuration. */ { "extends": "./tsconfig.json", "compilerOptions": { "outDir": "./out-tsc/app", "types": [] }, "files": [ "src/main.ts" ], "include": [ "src/**/*.d.ts" ] }