/
anclaev
/
svadba
Обзор
Документация
Войти
/
anclaev
/
svadba
Код
Запросы
0
Пакеты
0
Релизы
7
Аналитика
Безопасность
develop
apps/web/tsconfig.json
28 строк
672 B
Artem Samarin
fix(common): доработка tsconfig.
15 мар 2025, 14:55
Не верифицирован
15 мар 2025, 14:55
087a9d3
Код
Авторство
О чём код?
{ "extends": "@repo/typescript-config/nextjs.json", "compilerOptions": { "target": "ES2017", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, "strict": true, "noEmit": true, "esModuleInterop": true, "module": "esnext", "moduleResolution": "bundler", "resolveJsonModule": true, "isolatedModules": true, "jsx": "preserve", "incremental": true, "plugins": [ { "name": "next" } ], "paths": { "@/*": ["./src/*"] } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "exclude": ["node_modules", "jest.config.ts"] }