/
githubmirror
/
trpc
Обзор
Документация
Войти
/
githubmirror
/
trpc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tsconfig.build.json
23 строки
703 B
Alex / KATT
chore: ci tweaks (#6903)
20 авг 2025, 22:17
Не верифицирован
20 авг 2025, 22:17
020bb04
Код
Авторство
О чём код?
{ "compilerOptions": { "module": "Preserve", "lib": ["es2022", "dom", "dom.iterable"], "target": "es2022", "declaration": true, "declarationMap": true, "outDir": "./dist", "strict": true, "strictNullChecks": true, "noUnusedLocals": false, // we have eslint for this where it's disabled in tests "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "noUncheckedIndexedAccess": true, "jsx": "react", "esModuleInterop": true, "skipLibCheck": true, "noPropertyAccessFromIndexSignature": true, "noImplicitOverride": true }, "exclude": ["test", "**/*.test.ts", "**/*.test.tsx", "__tests__"] }