Skip to content

Commit 8f6c98f

Browse files
committed
Fix test/tsconfig.json file for codegen
1 parent e48e1b3 commit 8f6c98f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/rtk-query-codegen-openapi/test/config.example.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @type {import("@rtk-query/codegen-openapi").ConfigFile}
2+
* @type {import("../src").ConfigFile}
33
*/
44
module.exports = {
55
schemaFile: './fixtures/petstore.yaml',

packages/rtk-query-codegen-openapi/test/tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"checkJs": true,
66
"noEmit": true,
77
"paths": {
8-
"@/*": ["./test/fixtures/*"],
9-
"@rtk-query/codegen-openapi": ["./src"]
8+
"@/*": ["../test/fixtures/*"],
9+
"@rtk-query/codegen-openapi": ["../src"]
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)