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