aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/tsconfig.json
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-11-13 08:40:20 +0800
committerFred Carlsen <fred@sjelfull.no>2018-12-06 19:04:25 +0800
commite69cdfb7b5b0b4c7517d5439d45888702c6a1b71 (patch)
treeafe81359d658671d470874db8718375d5f6925fd /packages/pipeline/tsconfig.json
parent45da317e15960037024d9c04c1a08135a2889843 (diff)
downloaddexon-0x-contracts-e69cdfb7b5b0b4c7517d5439d45888702c6a1b71.tar.gz
dexon-0x-contracts-e69cdfb7b5b0b4c7517d5439d45888702c6a1b71.tar.zst
dexon-0x-contracts-e69cdfb7b5b0b4c7517d5439d45888702c6a1b71.zip
Configure TypeORM for migrations. Add new package.json scripts.
Diffstat (limited to 'packages/pipeline/tsconfig.json')
-rw-r--r--packages/pipeline/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/pipeline/tsconfig.json b/packages/pipeline/tsconfig.json
index 918d469ed..6f138f260 100644
--- a/packages/pipeline/tsconfig.json
+++ b/packages/pipeline/tsconfig.json
@@ -6,5 +6,5 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true
},
- "include": ["./src/**/*", "./test/**/*"]
+ "include": ["./src/**/*", "./test/**/*", "./migrations/**/*"]
}