From a0dd3ccd0dfd9194a9551dd41f8769c83dbe7403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Thu, 6 Jul 2023 11:50:49 +0200 Subject: [PATCH] Remove noEmit flag and use function from dist dir --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b5f2227..1f82f43 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "target": "esnext", "module": "commonjs", "rootDir": "./", - "noEmit": true, + "outDir": "./dist", "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "strict": true,