Rocket.Chat/packages/http-router/tsconfig.json
Marcos Spessatto Defendi 97b0496b3e
chore: move hono implementation to external package (#36214)
Co-authored-by: Guilherme Gazzo <guilhermegazzo@gmail.com>
2025-06-17 11:40:10 -04:00

11 lines
193 B
JSON

{
"extends": "@rocket.chat/tsconfig/server.json",
"compilerOptions": {
"lib": ["esnext"],
"declaration": true,
"rootDir": "./src",
"outDir": "./dist"
},
"include": ["./src/**/*"]
}