/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.3.0
packages-internal/scripts/tsconfig.base.json
17 строк
314 B
Michał Dudak
[code-infra] Move typescript-to-proptypes to internal-scripts package (#41079)
20 фев 2024, 23:04
Не верифицирован
20 фев 2024, 23:04
47e1cf9
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "ES2020", "moduleResolution": "node", "module": "commonjs", "types": ["node"], "strict": true, "declaration": true, "declarationMap": true, "sourceMap": true, "composite": true, "esModuleInterop": true, "isolatedModules": true } }