/
githubmirror
/
socket.io
Обзор
Документация
Войти
/
githubmirror
/
socket.io
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/socket.io-postgres-emitter/tsconfig.json
14 строк
235 B
Damien Arrachequesne
chore: upgrade to TypeScript 6
17 июн 2026, 14:24
Не верифицирован
17 июн 2026, 14:24
8bead0f
Код
Авторство
О чём код?
{ "compilerOptions": { "rootDir": "lib/", "outDir": "./dist", "allowJs": false, "target": "es2017", "module": "commonjs", "declaration": true, "types": ["node"], }, "include": [ "./lib/**/*" ] }