Skip to content

Commit 10efb28

Browse files
author
wfc
committed
feat: default tsconfig path
1 parent 40652c8 commit 10efb28

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

Diff for: config/rslib-config/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const defaultOptions = {
1818
format: ['esm', 'cjs'] as LibFormat[],
1919
bundle: true,
2020
target: 'web' as RsbuildConfigOutputTarget,
21+
tsconfigPath: './tsconfig.build.json',
2122
};
2223

2324
function getRslibConfig(options: Options) {

Diff for: packages/coze-js/rslib.config.ts

-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ export default defineConfig(
55
format: ['esm', 'cjs', 'umd'],
66
bundle: 'excludeExternal',
77
umdName: 'CozeJs',
8-
tsconfigPath: './tsconfig.build.json',
98
}),
109
);

Diff for: packages/realtime-api/rslib.config.ts

-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@ export default defineConfig(
44
getRslibConfig({
55
format: ['esm', 'cjs', 'umd'],
66
umdName: 'CozeRealtimeApi',
7-
tsconfigPath: './tsconfig.build.json',
87
}),
98
);

0 commit comments

Comments
 (0)