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.
rootDir
1 parent 307b537 commit beefce5Copy full SHA for beefce5
packages/rtk-query-codegen-openapi/tsconfig.json
@@ -15,6 +15,7 @@
15
"noImplicitReturns": true,
16
"noUnusedLocals": false,
17
"outDir": "lib",
18
+ "rootDir": ".",
19
"paths": {
20
"@/*": ["./test/fixtures/*"],
21
"@rtk-query/codegen-openapi": ["./src"] // @remap-prod-remove-line
0 commit comments