Skip to content

Commit 0281e4d

Browse files
Update tsconfig.mustache
Fix OpenAPITools#12728
1 parent 4cf58f5 commit 0281e4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/openapi-generator/src/main/resources/typescript-axios/tsconfig.mustache

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
"noImplicitAny": true,
77
"outDir": "dist",
88
"rootDir": ".",
9+
{{#supportsES6}}
10+
"moduleResolution": "node",
11+
{{/supportsES6}}
912
{{^supportsES6}}
1013
"lib": [
1114
"es6",

0 commit comments

Comments
 (0)