diff --git a/ormconfig.json b/ormconfig.json index bc033b8..7b3a680 100644 --- a/ormconfig.json +++ b/ormconfig.json @@ -9,17 +9,17 @@ "synchronize": true, "logging": false, "entities": [ - "src/entity/*.js" + "src/entity/*.ts" ], "subscribers": [ - "src/subscriber/*.js" + "src/subscriber/*.ts" ], "migrations": [ - "src/migration/*.js" + "src/migration/*.ts" ], "cli": { "entitiesDir": "src/entity", "migrationsDir": "src/migration", "subscribersDir": "src/subscriber" } -} \ No newline at end of file +}