diff --git a/tsconfig.json b/tsconfig.json index 342e2a3129f..34550a80701 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,5 +2,8 @@ "extends": "./tsconfig.base.json", "compilerOptions": { "resolveJsonModule": true + }, + "ts-node": { + "transpileOnly": true } }