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 fb4b480 commit b493d3eCopy full SHA for b493d3e
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