summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2020-11-16 21:05:13 -0800
committerMatthew Miller <matthew@millerti.me>2020-11-16 21:05:13 -0800
commit93f0b4dc93deece17b6f08511d02ddc072057b9f (patch)
tree3f238d8fdc49bdc136ccd0d8b323abc784b9649d
parent00354f27d4808932d18f30afcab701cef142e53f (diff)
Set output dir for build
-rw-r--r--example/tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/tsconfig.json b/example/tsconfig.json
index 3b24698..8cdf351 100644
--- a/example/tsconfig.json
+++ b/example/tsconfig.json
@@ -8,6 +8,7 @@
"sourceMap": true,
"allowSyntheticDefaultImports": true,
"strict": true,
+ "outDir": "dist"
},
"exclude": [
"node_modules",