We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a41608 commit 7939056Copy full SHA for 7939056
packages/rtk-query-codegen-openapi/tsconfig.json
@@ -1,15 +1,15 @@
1
{
2
"compilerOptions": {
3
"target": "ESNext",
4
- "module": "CommonJS",
+ "module": "ESNext",
5
"declaration": true,
6
"sourceMap": true,
7
"outDir": "lib",
8
"rootDir": "src",
9
"strict": true,
10
"noUnusedLocals": false,
11
"resolveJsonModule": true,
12
- "moduleResolution": "Node",
+ "moduleResolution": "bundler",
13
"types": ["vitest/globals", "vitest/importMeta"],
14
"esModuleInterop": true,
15
"skipLibCheck": true,
0 commit comments