Skip to content

Commit b593d6a

Browse files
committed
Fix paths in tsconfig.json
1 parent beefce5 commit b593d6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"outDir": "lib",
1818
"rootDir": ".",
1919
"paths": {
20-
"@/*": ["./test/fixtures/*"],
21-
"@rtk-query/codegen-openapi": ["./src"] // @remap-prod-remove-line
20+
"@rtk-query/codegen-openapi": ["./src/index.ts"] // @remap-prod-remove-line
2221
},
2322
"resolveJsonModule": true,
2423
"skipLibCheck": true,

0 commit comments

Comments
 (0)