summaryrefslogtreecommitdiff
path: root/packages/pogen/tsconfig.json
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-03-27 13:55:15 +0100
committerFlorian Dold <florian@dold.me>2021-03-27 13:55:15 +0100
commitc26a41ce70a56c73571c51e1fb4aca5a5b4de225 (patch)
treeabbda3d07a381d8fc8cb75fae00288bc26c8a732 /packages/pogen/tsconfig.json
parent35bbe6af2db1bd69ae661610fa234541c1d2d570 (diff)
downloadwallet-core-c26a41ce70a56c73571c51e1fb4aca5a5b4de225.tar.gz
wallet-core-c26a41ce70a56c73571c51e1fb4aca5a5b4de225.tar.bz2
wallet-core-c26a41ce70a56c73571c51e1fb4aca5a5b4de225.zip
pogen WIP
Diffstat (limited to 'packages/pogen/tsconfig.json')
-rw-r--r--packages/pogen/tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/pogen/tsconfig.json b/packages/pogen/tsconfig.json
index c4a2154ea..d61e5595a 100644
--- a/packages/pogen/tsconfig.json
+++ b/packages/pogen/tsconfig.json
@@ -4,8 +4,8 @@
"target": "es5",
"noImplicitAny": false,
"sourceMap": false,
- "outDir": "bin",
- "incremental": true,
+ "outDir": "lib",
+ "incremental": true
},
"files": [
"pogen.ts"