From 98bce1b0da675715b2e5482c0ad61ba21135f62f Mon Sep 17 00:00:00 2001
From: Server-Bibliothek <server-bibliothek@lokal>
Date: Di, 04 Aug 2026 07:00:04 +0200
Subject: [PATCH] Add a desktop client that knows what is installed locally
---
packages/bibliothek-server/tsconfig.json | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/packages/bibliothek-server/tsconfig.json b/packages/bibliothek-server/tsconfig.json
new file mode 100644
index 0000000..fe78878
--- /dev/null
+++ b/packages/bibliothek-server/tsconfig.json
@@ -0,0 +1,14 @@
+{
+ "compilerOptions": {
+ "target": "es2021",
+ "module": "commonjs",
+ "moduleResolution": "node",
+ "rootDir": "./src",
+ "outDir": "./build",
+ "strict": true,
+ "esModuleInterop": true,
+ "skipLibCheck": true,
+ "forceConsistentCasingInFileNames": true
+ },
+ "exclude": ["node_modules"]
+}
--
Gitblit v1.9.3