/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
tsconfig.json
39 строк
1 KB
Sebastian "Sebbie" Silbermann
Replace deprecated `moduleResolution: "node"` (#92654)
16 апр 2026, 23:34
Не верифицирован
16 апр 2026, 23:34
73e89d9
Код
Авторство
О чём код?
{ "compilerOptions": { "noEmit": true, "strict": false, "allowJs": true, "esModuleInterop": true, "resolveJsonModule": true, "jsx": "react-jsx", "module": "ESNext", "target": "ESNext", "moduleResolution": "bundler", "types": ["react", "jest", "node", "trusted-types", "jest-extended"], "paths": { "development-sandbox": ["./test/lib/development-sandbox"], "next-test-utils": ["./test/lib/next-test-utils"], "next-webdriver": ["./test/lib/next-webdriver"], "e2e-utils": ["./test/lib/e2e-utils"], "e2e-utils/*": ["./test/lib/e2e-utils/*"], "test-data-service/*": ["./test/lib/test-data-service/*"], "test-log": ["./test/lib/test-log"], "router-act": ["./test/lib/router-act"], "@next/playwright": ["./packages/next-playwright/src/index.ts"] } }, "include": [ "run-tests.js", "test/**/*.test.ts", "test/**/*.test.tsx", "test/**/*.util.ts", "test/e2e/app-dir/use-cache-custom-handler/*.js", "test/lib/**/*.ts", "scripts/**/*.js", "scripts/**/*.cjs", "scripts/**/*.mjs", "scripts/**/*.ts", "turbo/**/*.ts" ], "exclude": ["scripts/minimal-server.js"] }