From c59b6dc0a41c9e3250c58439e544322677ce74cb Mon Sep 17 00:00:00 2001 From: Aleksandr Neyasov Date: Fri, 23 Aug 2024 20:22:59 +0400 Subject: [PATCH] Update build --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 3665109..1389833 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "target": "es2016", "module": "commonjs", + "rootDir": "src", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true,