/
githubmirror
/
trpc
Обзор
Документация
Войти
/
githubmirror
/
trpc
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
examples/lambda-api-gateway/tsconfig.json
12 строк
238 B
Sachin Raja
chore(examples): move some examples to esm (#3862)
25 фев 2023, 19:24
Не верифицирован
25 фев 2023, 19:24
92b473a
Код
Авторство
О чём код?
{ "compilerOptions": { "lib": ["esnext", "dom"], "target": "esnext", "esModuleInterop": true, "strict": true, "moduleResolution": "node", "noEmit": true }, "include": ["src"], "exclude": ["node_modules"] }