/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/regressions/tsconfig.node.json
24 строки
610 B
Jan Potoms
[code-infra] Update module resolution for typescript@next (#46940)
24 сен 2025, 12:52
Не верифицирован
24 сен 2025, 12:52
292637d
Код
Авторство
О чём код?
{ "compilerOptions": { "tsBuildInfoFile": "../node_modules/.tmp/regressions/tsconfig.node.tsbuildinfo", "target": "ES2022", "lib": ["ES2023"], "module": "nodenext", "skipLibCheck": true, /* Bundler mode */ "moduleResolution": "nodenext", "allowImportingTsExtensions": true, "isolatedModules": true, "moduleDetection": "force", "noEmit": true, /* Linting */ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, "noUncheckedSideEffectImports": true }, "include": ["vite.config.mts"] }