/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v20.3.31
scripts/tsconfig.json
11 строк
202 B
Alan Agius
build: remove the need to bootstrap-local
14 мар 2024, 17:46
14 мар 2024, 17:46
a88bc7c
Код
Авторство
О чём код?
{ "extends": "../tsconfig.json", "compilerOptions": { "module": "Node16", "moduleResolution": "Node16", "noEmit": true, "types": [] }, "include": ["**/*.mts"], "exclude": [] }