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" } }