/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages-internal/scripts/tsconfig.base.json
15 строк
316 B
Jan Potoms
[code-infra] Update module resolution for typescript@next (#46940)
24 сен 2025, 12:52
Не верифицирован
24 сен 2025, 12:52
292637d
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES2020", "moduleResolution": "nodenext", "module": "nodenext", "types": ["node"], "strict": true, "declaration": true, "declarationMap": true, "sourceMap": true, "composite": true, "esModuleInterop": true, "isolatedModules": true } }