From 1cf9d178d65dfd795387aab6894f8b524c26ed58 Mon Sep 17 00:00:00 2001 From: Marco Martinelli <6640057+martinellimarco@users.noreply.github.com> Date: Tue, 2 Aug 2022 12:26:00 +0200 Subject: [PATCH] Update tsconfig.mustache (#12753) Fix #12728 --- .../src/main/resources/typescript-axios/tsconfig.mustache | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/openapi-generator/src/main/resources/typescript-axios/tsconfig.mustache b/modules/openapi-generator/src/main/resources/typescript-axios/tsconfig.mustache index bf5018dba8b6..c17ae7c76759 100644 --- a/modules/openapi-generator/src/main/resources/typescript-axios/tsconfig.mustache +++ b/modules/openapi-generator/src/main/resources/typescript-axios/tsconfig.mustache @@ -6,6 +6,9 @@ "noImplicitAny": true, "outDir": "dist", "rootDir": ".", + {{#supportsES6}} + "moduleResolution": "node", + {{/supportsES6}} {{^supportsES6}} "lib": [ "es6",