/
githubmirror
/
tailwindcss
Обзор
Документация
Войти
/
githubmirror
/
tailwindcss
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
playgrounds/nextjs/tsconfig.json
33 строки
656 B
Robin Malfait
Bump Next.js and drop ESLint (#19898)
03 апр 2026, 22:07
Не верифицирован
03 апр 2026, 22:07
2093a72
Код
Авторство
О чём код?
{ "compilerOptions": { "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, "strict": true, "noEmit": true, "esModuleInterop": true, "module": "esnext", "moduleResolution": "bundler", "resolveJsonModule": true, "isolatedModules": true, "jsx": "react-jsx", "incremental": true, "plugins": [ { "name": "next", }, ], "paths": { "@/*": ["./*"], }, "target": "ES2017", }, "include": [ "next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", ".next/dev/types/**/*.ts", ], "exclude": ["node_modules"], }