From 569c6d8479b9e92dcc019b44cf0719b02a845378 Mon Sep 17 00:00:00 2001 From: Henry Heino <46334387+personalizedrefrigerator@users.noreply.github.com> Date: Tue, 26 Mar 2024 04:35:30 -0700 Subject: [PATCH] Tools: Fix build failures when compiled .js files are out-of-date (#10210) --- tsconfig.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 9ecb556ca..79e38e255 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -27,4 +27,8 @@ "Modules/**/*", "packages/server/dist", ], + + "ts-node": { + "preferTsExts": true + } } \ No newline at end of file