Skip to content

Commit 4de6137

Browse files
authored
fix: types (#27)
1 parent 598b030 commit 4de6137

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

packages/sql-tools/tsconfig.build.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/sql-tools/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ export default defineConfig({
3030
TZ: 'UTC',
3131
},
3232
},
33-
plugins: [swc.vite(), tsconfigPaths(), dts({ rollupTypes: true, tsconfigPath: './tsconfig.build.json' })],
33+
plugins: [swc.vite(), tsconfigPaths(), dts({ rollupTypes: true, tsconfigPath: './tsconfig.json' })],
3434
});

0 commit comments

Comments
 (0)