/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.3.6
docs/scripts/tsconfig.json
14 строк
296 B
Jan Potoms
[code-infra] Embed translations in the @mui/docs package (#41246)
27 фев 2024, 20:30
Не верифицирован
27 фев 2024, 20:30
8bdcff4
Код
Авторство
О чём код?
{ "extends": "../../tsconfig.json", "include": ["*.ts"], "compilerOptions": { "allowJs": true, "isolatedModules": true, "noEmit": true, "noUnusedLocals": true, "resolveJsonModule": true, "skipLibCheck": true, "esModuleInterop": true, "types": ["node"] } }