Skip to content

Commit

Permalink
build: replace dts by unbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Jan 9, 2024
1 parent 542636d commit 2a08db8
Show file tree
Hide file tree
Showing 5 changed files with 4,593 additions and 1,033 deletions.
9 changes: 9 additions & 0 deletions build.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { defineBuildConfig } from 'unbuild';

export default defineBuildConfig({
entries: ['./constants'],
declaration: 'compatible', // generate .d.ts files
rollup: {
emitCJS: true,
},
});
12 changes: 0 additions & 12 deletions dtsconfig.json

This file was deleted.

Loading

0 comments on commit 2a08db8

Please sign in to comment.