/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v7.3.2
docs/tsconfig.json
18 строк
509 B
Jan Potoms
[docs-infra] Make sure Next.js can find package.json through its aliases (#45840)
08 апр 2025, 07:53
Не верифицирован
08 апр 2025, 07:53
298a604
Код
Авторство
О чём код?
{ "extends": "../tsconfig.json", "compilerOptions": { "allowJs": true, "isolatedModules": true, "moduleResolution": "bundler", /* files are emitted by babel */ "baseUrl": "../", "noEmit": true, "noUnusedLocals": true, "resolveJsonModule": true, "skipLibCheck": true, "esModuleInterop": true, "incremental": true }, "include": ["next-env.d.ts", "next.config.ts", "types", "src", "pages", "data"], "exclude": ["docs/.next", "docs/export", "node_modules"] }