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.
paths
tsconfig.json
1 parent beefce5 commit b593d6aCopy full SHA for b593d6a
packages/rtk-query-codegen-openapi/tsconfig.json
@@ -17,8 +17,7 @@
17
"outDir": "lib",
18
"rootDir": ".",
19
"paths": {
20
- "@/*": ["./test/fixtures/*"],
21
- "@rtk-query/codegen-openapi": ["./src"] // @remap-prod-remove-line
+ "@rtk-query/codegen-openapi": ["./src/index.ts"] // @remap-prod-remove-line
22
},
23
"resolveJsonModule": true,
24
"skipLibCheck": true,
0 commit comments