From 85c8a4cf394079aa94025c28cb155c40642427f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 26 Sep 2021 14:03:11 +0200 Subject: [PATCH] Rename tsconfig for MikroORM MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- package.json | 2 +- tsconfig.orm.json => tsconfig-orm.json | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tsconfig.orm.json => tsconfig-orm.json (100%) diff --git a/package.json b/package.json index 069261d7..805e8b50 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "compareUrl": "https://github.com/jerome-benoit/charging-stations-simulator/compare/{from}...{to}" }, "mikro-orm": { - "tsConfigPath": "./tsconfig.orm.json", + "tsConfigPath": "./tsconfig-orm.json", "useTsNode": true }, "scripts": { diff --git a/tsconfig.orm.json b/tsconfig-orm.json similarity index 100% rename from tsconfig.orm.json rename to tsconfig-orm.json -- 2.34.1