/
githubmirror
/
Front-End-Checklist
Обзор
Документация
Войти
/
githubmirror
/
Front-End-Checklist
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
apps/web/tsconfig.json
36 строк
993 B
David Dias
feat: add authenticated Resend subscriber sync
30 май 2026, 02:25
30 май 2026, 02:25
6a2f75d
Код
Авторство
О чём код?
{ "extends": "@repo/config-typescript/nextjs.json", "compilerOptions": { "incremental": true, "baseUrl": ".", "paths": { "@/*": ["./*"], "@/components/*": ["./components/*"], "@/app/*": ["./app/*"], "@/utils/*": ["./utils/*"], "@/test-utils": ["./test-utils/index.tsx"], "@/e2e/*": ["./e2e/*"], "content-collections": ["./.content-collections/generated"], "@repo/*": ["../../packages/*/src"], "@repo/auth": ["../../packages/auth/src/auth.ts"], "@repo/auth/*": ["../../packages/auth/src/*"], "@repo/emails": ["../../packages/emails/src/index.ts"], "@repo/emails/server": ["../../packages/emails/src/server.ts"] } }, "include": [ "next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", ".content-collections/generated/**/*.ts" ], "exclude": [ "node_modules", "test-utils", "**/*.test.ts", "**/*.test.tsx", "**/*.spec.ts", "**/*.spec.tsx" ] }