/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v21.2.13
tools/tsconfig.json
16 строк
395 B
Joey Perrott
Revert "build: use mjs files for ng-dev configuration (#32309)" (#32464)
03 дек 2025, 21:59
Не верифицирован
03 дек 2025, 21:59
a1ceed4
Код
Авторство
О чём код?
{ "include": ["./**/*.mts", "./**/*.ts"], "compilerOptions": { "target": "es2020", "module": "Node16", "strict": true, "sourceMap": true, "declaration": true, "esModuleInterop": true, "lib": ["es2020"], "skipLibCheck": true, "downlevelIteration": true, "types": ["node"] }, "exclude": ["**/*.spec.ts", "**/*.spec.mts", "adev-api-extraction/**"] }