Skip to content

Commit 00ae2ea

Browse files
committed
Fix tsconfig.build.json
1 parent 0f1b03f commit 00ae2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"noEmit": false,
77
"rootDir": "src"
88
},
9-
"exclude": ["test", "lib", "vitest.config.mts"]
9+
"include": ["src"]
1010
}

0 commit comments

Comments
 (0)