Skip to content

Commit 73cebd0

Browse files
committed
fix: use root tsconfig for devtools package
1 parent f6dc29e commit 73cebd0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/devtools/tsdown.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default defineConfig({
77
'src/cli.ts',
88
'src/dirs.ts',
99
],
10+
tsconfig: '../../tsconfig.json',
1011
clean: false,
1112
target: 'esnext',
1213
fixedExtension: true,

0 commit comments

Comments
 (0)