Skip to content

Commit 8c8b298

Browse files
committed
Fix .d.ts resolution-mode
1 parent c0e6cd9 commit 8c8b298

File tree

4 files changed

+366
-510
lines changed

4 files changed

+366
-510
lines changed

.changeset/four-ravens-shop.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"openapi-typescript": patch
3+
"openapi-fetch": patch
4+
---
5+
6+
Restore original .d.ts module-resolution behavior
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
22
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"module": "ES2022",
5+
"moduleResolution": "Node"
6+
},
37
"exclude": ["./**/*.test.*"]
48
}
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
22
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"module": "ES2022",
5+
"moduleResolution": "Node"
6+
},
37
"exclude": ["scripts", "test", "*.ts"]
48
}

0 commit comments

Comments
 (0)