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 eeefe8d commit fb4b480Copy full SHA for fb4b480
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