/
githubmirror
/
angular
Обзор
Документация
Войти
/
githubmirror
/
angular
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
vscode-ng-language-service/tsconfig.json
13 строк
258 B
Alan Agius
build: migrate to in-repo ts_project with strict deps (#64306)
09 окт 2025, 20:00
09 окт 2025, 20:00
9af3cf7
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "es2017", "module": "commonjs", "moduleResolution": "node", "types": ["node"], "sourceMap": true, "strict": true, "esModuleInterop": true, "declaration": true, "skipLibCheck": true } }