From 832434095eac722207c55062fd2b825d1f691722 Mon Sep 17 00:00:00 2001 From: garronej Date: Tue, 16 Aug 2022 14:45:18 +0700 Subject: [PATCH] Restore tsproject.json --- tsproject.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsproject.json b/tsproject.json index f497ae4a..44f032e4 100644 --- a/tsproject.json +++ b/tsproject.json @@ -10,6 +10,6 @@ "downlevelIteration": true, "noFallthroughCasesInSwitch": true, "composite": true, - "outDir": "./dist" + "outDir": "../dist" } }