From d4a68b93f77aaaac762ce3b82a3eb3bc5f45f914 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Tue, 12 Sep 2023 14:30:36 +0200 Subject: [PATCH] fix(api): use reset.d.ts in development (#51533) --- api/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/tsconfig.json b/api/tsconfig.json index b4afb3d6ee2..b4304cd67d3 100644 --- a/api/tsconfig.json +++ b/api/tsconfig.json @@ -9,5 +9,6 @@ "resolveJsonModule": true, "noEmit": true, "noUncheckedIndexedAccess": true - } + }, + "ts-node": { "files": true } }