/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.3.1
test/moduleResolution/tsconfig.json
18 строк
379 B
Jan Potoms
[code-infra] Avoid loading barrel file during type checking (#46177)
19 май 2025, 14:36
Не верифицирован
19 май 2025, 14:36
9c6871d
Код
Авторство
О чём код?
{ "compilerOptions": { // rely on workspace linking "paths": {}, "module": "commonjs", "target": "es5", "lib": ["es6", "dom"], "jsx": "react", "moduleResolution": "node", "strict": true, "noEmit": true, "noErrorTruncation": true, "rootDir": "./src", "skipLibCheck": true, "types": [] }, "exclude": ["**/node_modules/"] }