/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/development/basic/define-class-fields/fixture/tsconfig.json
21 строка
587 B
Sebastian "Sebbie" Silbermann
[test] Stop using deprecated `target: "es5"` TypeScript compiler option (#92458)
09 апр 2026, 15:19
Не верифицирован
09 апр 2026, 15:19
c830576
Код
Авторство
О чём код?
{ "compilerOptions": { "useDefineForClassFields": true, "esModuleInterop": true, "module": "esnext", "jsx": "react-jsx", "target": "es2017", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": false, "strict": true, "forceConsistentCasingInFileNames": true, "noEmit": true, "incremental": true, "moduleResolution": "bundler", "resolveJsonModule": true, "isolatedModules": true }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], "exclude": ["node_modules", "**/*.test.ts", "**/*.test.tsx"] }