From 07e4056694c79952bad7dbab7d763adbb8618a70 Mon Sep 17 00:00:00 2001 From: Tyler Schlichenmeyer Date: Sat, 13 Aug 2022 23:00:09 -0500 Subject: [PATCH] change outDir to path at root per NPM CI error message --- 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" } }