From 32063b2b6d367f364cc934c303bc86a2875f875b Mon Sep 17 00:00:00 2001 From: L&H Date: Fri, 7 Jul 2023 18:05:40 +0800 Subject: [PATCH] chore: add transpileOnly to ts-node --- tsconfig.base.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.base.json b/tsconfig.base.json index b233465..6398a49 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -1,6 +1,7 @@ { "compileOnSave": false, "ts-node": { + "transpileOnly": true, "compilerOptions": { "module": "CommonJS" }