/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.3.3
packages/api-docs-builder/tsconfig.json
22 строки
545 B
Jan Potoms
[code-infra] Update module resolution for typescript@next (#46940)
24 сен 2025, 12:52
Не верифицирован
24 сен 2025, 12:52
292637d
Код
Авторство
О чём код?
{ "compilerOptions": { "allowJs": true, "isolatedModules": true, "noEmit": true, "noUnusedLocals": false, "resolveJsonModule": true, "skipLibCheck": true, "esModuleInterop": true, "types": ["node", "mocha"], "target": "ES2020", "module": "nodenext", "moduleResolution": "nodenext", "strict": true, "baseUrl": "./", "paths": { "@mui/internal-docs-utils": ["../../packages-internal/docs-utils/src"] } }, "include": ["./**/*.ts", "./**/*.js"], "exclude": ["node_modules"] }