/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.3.4
test/moduleResolution/tsconfig.json
18 строк
383 B
Jan Potoms
[code-infra] Update module resolution for typescript@next (#46940)
24 сен 2025, 12:52
Не верифицирован
24 сен 2025, 12:52
292637d
Код
Авторство
О чём код?
{ "compilerOptions": { // rely on workspace linking "paths": {}, "target": "es5", "lib": ["es6", "dom"], "jsx": "react", "module": "nodenext", "moduleResolution": "nodenext", "strict": true, "noEmit": true, "noErrorTruncation": true, "rootDir": "./src", "skipLibCheck": true, "types": [] }, "exclude": ["**/node_modules/"] }