From bde404995e737a247889abfc2047d2316a7bc9d8 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 9 Jan 2023 11:44:08 +0100 Subject: Fix build --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 993acf81d..38758ff3f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,5 +17,5 @@ { "path": "./server" }, { "path": "./scripts" } ], - "files": [ "server.ts", "server/types/express.d.ts" ] + "files": [ "server.ts", "server/types/express.d.ts", "server/types/lib.d.ts" ] } -- cgit v1.2.3