Skip to content

Commit

Permalink
Revert "Use bundler moduleResolution to be able to import new oazapft…
Browse files Browse the repository at this point in the history
…s types"

This reverts commit 7939056.
  • Loading branch information
yamilelias committed Jun 14, 2024
1 parent c9d3ef7 commit 0348379
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": "ESNext",
"module": "CommonJS",
"declaration": true,
"sourceMap": true,
"outDir": "lib",
"rootDir": "src",
"strict": true,
"noUnusedLocals": false,
"resolveJsonModule": true,
"moduleResolution": "bundler",
"moduleResolution": "Node",
"types": ["vitest/globals", "vitest/importMeta"],
"esModuleInterop": true,
"skipLibCheck": true,
Expand Down

0 comments on commit 0348379

Please sign in to comment.