We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test/tsconfig.json
1 parent e48e1b3 commit 8f6c98fCopy full SHA for 8f6c98f
packages/rtk-query-codegen-openapi/test/config.example.js
@@ -1,5 +1,5 @@
1
/**
2
- * @type {import("@rtk-query/codegen-openapi").ConfigFile}
+ * @type {import("../src").ConfigFile}
3
*/
4
module.exports = {
5
schemaFile: './fixtures/petstore.yaml',
packages/rtk-query-codegen-openapi/test/tsconfig.json
@@ -5,8 +5,8 @@
"checkJs": true,
6
"noEmit": true,
7
"paths": {
8
- "@/*": ["./test/fixtures/*"],
9
- "@rtk-query/codegen-openapi": ["./src"]
+ "@/*": ["../test/fixtures/*"],
+ "@rtk-query/codegen-openapi": ["../src"]
10
}
11
12
0 commit comments