/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/moduleResolution/tsconfig.json
18 строк
386 B
renovate[bot]
Bump typescript to v6.0.3 (#48139)
03 июн 2026, 11:15
Не верифицирован
03 июн 2026, 11:15
92cbf70
Код
Авторство
О чём код?
{ "compilerOptions": { // rely on workspace linking "paths": {}, "target": "es2015", "lib": ["es6", "dom"], "jsx": "react", "module": "nodenext", "moduleResolution": "nodenext", "strict": true, "noEmit": true, "noErrorTruncation": true, "rootDir": "./src", "skipLibCheck": true, "types": [] }, "exclude": ["**/node_modules/"] }