/
githubmirror
/
material-ui
Обзор
Документация
Войти
/
githubmirror
/
material-ui
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v5.18.0
docs/tsconfig.json
17 строк
448 B
Jan Potoms
[code-infra] Move next config to ESM (#40869)
08 фев 2024, 09:56
Не верифицирован
08 фев 2024, 09:56
856cf5e
Код
Авторство
О чём код?
{ "extends": "../tsconfig.json", "include": ["next-env.d.ts", "types", "src", "pages", "data", "next.config.mjs"], "compilerOptions": { "allowJs": true, "isolatedModules": true, /* files are emitted by babel */ "noEmit": true, "noUnusedLocals": true, "resolveJsonModule": true, "skipLibCheck": true, "esModuleInterop": true, "types": ["react"], "incremental": true }, "exclude": ["node_modules"] }