Skip to content

Commit 91d3672

Browse files
authored
chore: remove manually d.ts excluding (#654)
1 parent 2046e00 commit 91d3672

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/preact-component-bundle-false/rslib.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { type LibConfig, defineConfig } from '@rslib/core';
55
export default defineConfig({
66
source: {
77
entry: {
8-
index: ['./src/**', '!./src/env.d.ts'],
8+
index: ['./src/**'],
99
},
1010
},
1111
lib: [

examples/react-component-bundle-false/rslib.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { type LibConfig, defineConfig } from '@rslib/core';
55
export default defineConfig({
66
source: {
77
entry: {
8-
index: ['./src/**', '!./src/env.d.ts'],
8+
index: ['./src/**'],
99
},
1010
},
1111
lib: [

0 commit comments

Comments
 (0)