/
githubmirror
/
trpc
Обзор
Документация
Войти
/
githubmirror
/
trpc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/cloudflare-workers/tsconfig.json
18 строк
458 B
Julius Marminge
chore: update cloudflare-workers example to v10 (#2162)
12 июл 2022, 17:00
Не верифицирован
12 июл 2022, 17:00
969bfd5
Код
Авторство
О чём код?
{ "compilerOptions": { "target": "esnext", "module": "esnext", "lib": ["dom", "dom.iterable", "esnext"], "skipLibCheck": true, "strict": true, "forceConsistentCasingInFileNames": true, "noEmit": true, "moduleResolution": "node", "resolveJsonModule": true, "esModuleInterop": true, "isolatedModules": true, "types": ["@cloudflare/workers-types"] }, "include": ["**/*.ts"], "exclude": ["node_modules"] }