From ae869914daa9f83324a92a61096ea40b13b3adcf Mon Sep 17 00:00:00 2001 From: Johannes Millan Date: Fri, 25 Apr 2025 12:58:16 +0200 Subject: [PATCH] build: try to get rid of inline compilation to js --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 46ad917b1..28e064bab 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,8 @@ */ { "compilerOptions": { - "esModuleInterop": true + "esModuleInterop": true, + "outDir": "./dist" }, "files": [], "references": [