/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages-internal/docs-utils/tsconfig.build.json
14 строк
304 B
Jan Potoms
[code-infra] Update module resolution for typescript@next (#46940)
24 сен 2025, 12:52
Не верифицирован
24 сен 2025, 12:52
292637d
Код
Авторство
О чём код?
{ "extends": "./tsconfig.json", "compilerOptions": { "rootDir": "./src", "outDir": "./build", "declaration": true, "noEmit": false, "composite": true, "tsBuildInfoFile": "./build/.tsbuildinfo", "target": "ES2020", "types": ["node"] }, "exclude": ["./test/*.ts"] }