/
githubmirror
/
components
Обзор
Документация
Войти
/
githubmirror
/
components
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tools/tsconfig.json
15 строк
363 B
Kristiyan Kostadinov
build: update to TypeScript 6 (#32899)
06 мар 2026, 23:29
Не верифицирован
06 мар 2026, 23:29
23be683
Код
Авторство
О чём код?
{ "include": ["./**/*.mts", "./**/*.ts"], "compilerOptions": { "target": "es2020", "module": "Node16", "strict": true, "sourceMap": true, "declaration": true, "esModuleInterop": true, "lib": ["es2020"], "skipLibCheck": true, "types": ["node"] }, "exclude": ["**/*.spec.ts", "**/*.spec.mts", "adev-api-extraction/**"] }