Skip to content

Commit 46911de

Browse files
committed
Revert openapi-typescript moduleResolution
1 parent 13e9d36 commit 46911de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openapi-typescript/tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"module": "ES2022",
5-
"moduleResolution": "Bundler"
5+
"moduleResolution": "Node"
66
},
77
"exclude": ["scripts", "test", "*.ts"]
88
}

0 commit comments

Comments
 (0)