Skip to content

Commit 69954aa

Browse files
Typescript test OneOf: fix CI errors
1 parent 6be8f0c commit 69954aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • samples/openapi3/client/petstore/typescript/tests/one-of

samples/openapi3/client/petstore/typescript/tests/one-of/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"module": "Node16",
3+
"module": "node16",
44
"target": "es6",
55
"noImplicitAny": true,
66
"sourceMap": false,

0 commit comments

Comments
 (0)