From 1659db7f8810d532cc7ba068f85d87d43b42cf91 Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Fri, 5 May 2023 22:20:48 +0800 Subject: [PATCH] ts-node config --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index b6ac98e..b8dfe5b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,5 +6,8 @@ }, "files": [ "index.ts" - ] + ], + "ts-node": { + "transpileOnly": true + } }