change outDir to path at root per NPM CI error message

This commit is contained in:
Tyler Schlichenmeyer 2022-08-13 23:00:09 -05:00
parent 69ef47daf8
commit 07e4056694

View File

@ -10,6 +10,6 @@
"downlevelIteration": true, "downlevelIteration": true,
"noFallthroughCasesInSwitch": true, "noFallthroughCasesInSwitch": true,
"composite": true, "composite": true,
"outDir": "../dist" "outDir": "./dist"
} }
} }