/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v9.1.2
test/moduleResolution/tsconfig.node.json
9 строк
265 B
renovate[bot]
Bump typescript to v6.0.3 (#48139)
03 июн 2026, 11:15
Не верифицирован
03 июн 2026, 11:15
92cbf70
Код
Авторство
О чём код?
{ "extends": "./tsconfig.json", "compilerOptions": { "ignoreDeprecations": "6.0", "module": "commonjs", // This will stop functioning under typescript 7.0. We can probably install v6 just in this workspace then. "moduleResolution": "node" } }