/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/tsconfig.json
17 строк
473 B
Brijesh Bittu
[code-infra] Remove React import requirement for jsx (#47146)
29 окт 2025, 20:55
Не верифицирован
29 окт 2025, 20:55
6c9e82f
Код
Авторство
О чём код?
{ "extends": "../tsconfig.json", "compilerOptions": { "allowJs": true, "isolatedModules": true, "moduleResolution": "bundler", "noEmit": true, "noUnusedLocals": true, "resolveJsonModule": true, "skipLibCheck": true, "esModuleInterop": true, "incremental": true, "jsx": "preserve" }, "include": ["next-env.d.ts", "next.config.ts", "types", "src", "pages", "data"], "exclude": ["docs/.next", "docs/export", "node_modules"] }