TypeORM tsconfig

This commit is contained in:
Alexis
2021-07-31 12:37:47 +02:00
parent f6b95b9be1
commit 477dc14e63

View File

@@ -15,8 +15,10 @@
"incremental": true, "incremental": true,
"types": [ "types": [
"node", "node",
"express", "express"
"sequelize"
], ],
// Required for TypeORM
"emitDecoratorMetadata": true,
"experimentalDecorators": true
} }
} }