From 477dc14e63813799d2544918e06f57993a55457e Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Sat, 31 Jul 2021 12:37:47 +0200 Subject: [PATCH] TypeORM tsconfig --- tsconfig.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index bbd74a2..429e502 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,8 +15,10 @@ "incremental": true, "types": [ "node", - "express", - "sequelize" + "express" ], + // Required for TypeORM + "emitDecoratorMetadata": true, + "experimentalDecorators": true } } \ No newline at end of file