Skip to content

Commit 7939056

Browse files
committed
Use bundler moduleResolution to be able to import new oazapfts types
1 parent 1a41608 commit 7939056

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/rtk-query-codegen-openapi/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"compilerOptions": {
33
"target": "ESNext",
4-
"module": "CommonJS",
4+
"module": "ESNext",
55
"declaration": true,
66
"sourceMap": true,
77
"outDir": "lib",
88
"rootDir": "src",
99
"strict": true,
1010
"noUnusedLocals": false,
1111
"resolveJsonModule": true,
12-
"moduleResolution": "Node",
12+
"moduleResolution": "bundler",
1313
"types": ["vitest/globals", "vitest/importMeta"],
1414
"esModuleInterop": true,
1515
"skipLibCheck": true,

0 commit comments

Comments
 (0)