aboutsummaryrefslogtreecommitdiffstats
path: root/packages/migrations/tsconfig.json
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-04-09 16:14:25 +0800
committerFabio Berger <me@fabioberger.com>2018-04-09 16:14:25 +0800
commit919b327fc534e3c2dc6330130cee690f0fa39fea (patch)
treefd58793bcd44f0c50e143f8f07c359e444ec34ee /packages/migrations/tsconfig.json
parente05b55d4a5698d3e936e7164ed69d9417d12cd12 (diff)
downloaddexon-0x-contracts-919b327fc534e3c2dc6330130cee690f0fa39fea.tar
dexon-0x-contracts-919b327fc534e3c2dc6330130cee690f0fa39fea.tar.gz
dexon-0x-contracts-919b327fc534e3c2dc6330130cee690f0fa39fea.tar.bz2
dexon-0x-contracts-919b327fc534e3c2dc6330130cee690f0fa39fea.tar.lz
dexon-0x-contracts-919b327fc534e3c2dc6330130cee690f0fa39fea.tar.xz
dexon-0x-contracts-919b327fc534e3c2dc6330130cee690f0fa39fea.tar.zst
dexon-0x-contracts-919b327fc534e3c2dc6330130cee690f0fa39fea.zip
Move migrations into separate monorepo subpackage and hook it up to 0x.js and contracts
Diffstat (limited to 'packages/migrations/tsconfig.json')
-rw-r--r--packages/migrations/tsconfig.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/migrations/tsconfig.json b/packages/migrations/tsconfig.json
new file mode 100644
index 000000000..f5f4b37c2
--- /dev/null
+++ b/packages/migrations/tsconfig.json
@@ -0,0 +1,7 @@
+{
+ "extends": "../../tsconfig",
+ "compilerOptions": {
+ "outDir": "lib"
+ },
+ "include": ["src/**/*"]
+}