/
githubmirror
/
trpc
Обзор
Документация
Войти
/
githubmirror
/
trpc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/fastify-server/tsconfig.json
13 строк
264 B
Alex / KATT
patch: bump typescript and fix TS errors (#5178)
19 дек 2023, 02:24
Не верифицирован
19 дек 2023, 02:24
34a4941
Код
Авторство
О чём код?
{ "compilerOptions": { "lib": ["esnext", "dom"], "target": "esnext", "esModuleInterop": true, "strict": true, "moduleResolution": "node", "noEmit": true, "skipLibCheck": true }, "include": ["src"], "exclude": ["node_modules"] }