chore: clean up tsconfigs and use bun-types

This commit is contained in:
PalmDevs
2024-01-17 22:53:06 +07:00
parent 1d54f5b9f8
commit 680f00722f
6 changed files with 33 additions and 13 deletions

View File

@@ -1,9 +0,0 @@
{
"$schema": "./config.schema.json",
"address": "127.0.0.1",
"port": 3000,
"ocrConcurrentQueues": 1,
"clientHeartbeatInterval": 5000,
"consoleLogLevel": "log"
}

View File

@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.apis.json",
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"outDir": "dist",