From 1af861beba637e349c6e5e3751dc66a95a159ddc Mon Sep 17 00:00:00 2001 From: Benjamin Kraft Date: Mon, 14 Nov 2022 20:27:38 +0100 Subject: [PATCH] server base change --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b4f9a2d..480a0bf 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,5 +8,8 @@ "declaration": true, "declarationMap": true, "outDir": "./out", - } + }, + "include": [ + "./src" + ] } \ No newline at end of file