/
githubmirror
/
trpc
Обзор
Документация
Войти
/
githubmirror
/
trpc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/vercel-edge-runtime/tsconfig.json
18 строк
452 B
Josh Goldberg
chore: switch to eslint-config-prettier from eslint-plugin-prettier (#3501)
27 дек 2022, 19:42
Не верифицирован
27 дек 2022, 19:42
495f18e
Код
Авторство
О чём код?
{ "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": ["@edge-runtime/types"] }, "include": ["**/*.ts"], "exclude": ["node_modules"] }