summaryrefslogtreecommitdiff
path: root/packages/pogen/tsconfig.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-03-28 01:30:06 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-03-28 01:30:06 +0100
commit96cbfc2398ac28f2bb36fbfb2aae07ce6b8033d1 (patch)
tree302cdc4390c7889a06613b481476258366d41ef5 /packages/pogen/tsconfig.json
parentcc97a4dd2a967e1c2273bd5f4c5f49a5bf2e2585 (diff)
downloadwallet-core-96cbfc2398ac28f2bb36fbfb2aae07ce6b8033d1.tar.gz
wallet-core-96cbfc2398ac28f2bb36fbfb2aae07ce6b8033d1.tar.bz2
wallet-core-96cbfc2398ac28f2bb36fbfb2aae07ce6b8033d1.zip
get pogen via npm registry
Diffstat (limited to 'packages/pogen/tsconfig.json')
-rw-r--r--packages/pogen/tsconfig.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/pogen/tsconfig.json b/packages/pogen/tsconfig.json
new file mode 100644
index 000000000..a9e57e9e5
--- /dev/null
+++ b/packages/pogen/tsconfig.json
@@ -0,0 +1,12 @@
+{
+ "compilerOptions": {
+ "module": "commonjs",
+ "target": "es5",
+ "noImplicitAny": false,
+ "sourceMap": false,
+ "outDir": "bin"
+ },
+ "files": [
+ "pogen.ts"
+ ]
+}