From 3a4bd791ad8f47d42464a335971fef7959fb494c Mon Sep 17 00:00:00 2001 From: garronej Date: Sun, 28 Aug 2022 12:37:03 +0700 Subject: [PATCH] Fix release (changelog ignore) --- tsproject.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsproject.json b/tsproject.json index 44f032e4..f497ae4a 100644 --- a/tsproject.json +++ b/tsproject.json @@ -10,6 +10,6 @@ "downlevelIteration": true, "noFallthroughCasesInSwitch": true, "composite": true, - "outDir": "../dist" + "outDir": "./dist" } }