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