Skip to content

Commit 6be8f0c

Browse files
Typescript test OneOf: fix CI errors
1 parent 8fd54d2 commit 6be8f0c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"compilerOptions": {
3-
"module": "commonjs",
3+
"module": "Node16",
44
"target": "es6",
55
"noImplicitAny": true,
66
"sourceMap": false,
77
"esModuleInterop": true,
88
"outDir": "dist",
9+
"moduleResolution": "node16",
910
"types": [
1011
"mocha",
1112
"node"

0 commit comments

Comments
 (0)