Skip to content

Commit

Permalink
Use bundler moduleResolution to be able to import new oazapfts types
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonEggert committed Apr 4, 2024
1 parent 1a41608 commit 7939056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rtk-query-codegen-openapi/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "CommonJS",
"module": "ESNext",
"declaration": true,
"sourceMap": true,
"outDir": "lib",
"rootDir": "src",
"strict": true,
"noUnusedLocals": false,
"resolveJsonModule": true,
"moduleResolution": "Node",
"moduleResolution": "bundler",
"types": ["vitest/globals", "vitest/importMeta"],
"esModuleInterop": true,
"skipLibCheck": true,
Expand Down

0 comments on commit 7939056

Please sign in to comment.