Skip to content

Commit 7679908

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

File tree

3 files changed

+361
-510
lines changed

3 files changed

+361
-510
lines changed

.changeset/calm-walls-love.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"openapi-typescript": patch
3+
---
4+
5+
Fix .d.ts module resolution typings
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)