From 0b408f3f2ed6c6dbe660137dc4e43cdc7fe16ebc Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Wed, 8 Sep 2021 10:20:33 +0300 Subject: [PATCH] fix ts-node tsconfig Signed-off-by: Jari Kolehmainen --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 86e4ba92d7..f412e184e7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -35,6 +35,7 @@ "plugins": [{ "name": "typescript-plugin-css-modules" }] }, "ts-node": { + "transpileOnly": true, "compilerOptions": { "module": "CommonJS" }