/
Leks76
/
Next-tutorial
Обзор
Документация
Войти
/
Leks76
/
Next-tutorial
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
tsconfig.json
36 строк
643 B
Leks76
next tutorial complit
27 апр 2026, 07:21
Верифицирован
27 апр 2026, 07:21
2552a7e
Код
Авторство
О чём код?
{ "compilerOptions": { "lib": [ "DOM", "ES2020" ], "ignoreDeprecations": "6.0", "target": "ES2020", "module": "ESNext", "allowJs": true, "skipLibCheck": true, "strict": false, "noEmit": true, "incremental": true, // "module": "esnext", "esModuleInterop": true, "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", "plugins": [ { "name": "next" } ], "moduleResolution": "node" }, "include": [ "next-env.d.ts", ".next/types/**/*.ts", "**/*.ts", "**/*.tsx" ], "exclude": [ "node_modules" ] }