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