/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/tsconfig.json
23 строки
763 B
Lukas Tyla
[test] Cover docs landing-page composites with Argos (#48589)
10 июн 2026, 14:44
Не верифицирован
10 июн 2026, 14:44
d2f5e48
Код
Авторство
О чём код?
{ "extends": "../tsconfig.json", "compilerOptions": { "allowJs": true, "skipLibCheck": true, "esModuleInterop": true, // Resolve modules the way the Vite/vitest bundler does (matching the root // tsconfig), so typechecking sees the same module graph the regression // bundle builds. `nodenext` here diverged from the bundler and couldn't // resolve subpath exports like `@mui/material/themeCssVarsAugmentation`. "module": "esnext", "moduleResolution": "bundler", "types": ["vitest/globals"] }, "include": ["e2e/**/*", "integration/**/*", "regressions/**/*"], "exclude": [ "node_modules", "regressions/build/**/*", "vitest.config.ts", "e2e/vite.config.mts", "regressions/vite.config.mts" ] }