From 2689f1e55bee680f380c9d9b2b7322f1b0350ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=99=E2=97=A6=20The=20Tablet=20=E2=9D=80=20GamerGirla?= =?UTF-8?q?ndCo=20=E2=97=A6=E2=9D=A7?= Date: Thu, 28 Dec 2023 04:32:03 -0500 Subject: [PATCH] refactor(config): re-add some paths to tsconfig --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index c012c11..a38ddba 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,7 +7,8 @@ "noImplicitThis": false, "verbatimModuleSyntax": false, "paths": { - "@dbconfig": ["./lib/dbconfig.ts"] + "@dbconfig": ["./lib/dbconfig.ts"], + "@functions": ["./lib/functions.ts"] } } }