/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.3.4
test/moduleResolution/tsconfig.node.json
9 строк
278 B
Jan Potoms
[code-infra] Update module resolution for typescript@next (#46940)
24 сен 2025, 12:52
Не верифицирован
24 сен 2025, 12:52
292637d
Код
Авторство
О чём код?
{ "extends": "./tsconfig.json", "compilerOptions": { // <ts@next uncomment> "ignoreDeprecations": "6.0", "module": "commonjs", // This will stop functioning under typescript 7.0. We can probably just remove this test by then "moduleResolution": "node" } }