/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
packages/react-refresh-utils/tsconfig.json
19 строк
423 B
Sebastian "Sebbie" Silbermann
Stop using deprecated `downlevelIteration` (#92652)
14 апр 2026, 20:34
Не верифицирован
14 апр 2026, 20:34
50847af
Код
Авторство
О чём код?
{ "compilerOptions": { "module": "commonjs", "sourceMap": true, "strict": false, "esModuleInterop": true, "target": "es2015", "lib": ["dom", "es2020"], "preserveWatchOutput": true, "skipLibCheck": true, "outDir": "dist", "types": ["node"], "paths": { "webpack": ["../../node_modules/webpack5"] } }, "include": ["**/*.ts"], "exclude": ["node_modules", "dist"] }