File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11
11
},
12
12
"license" : " MIT" ,
13
13
"scripts" : {
14
- "build" : " tsup " ,
14
+ "build" : " tsdown " ,
15
15
"format" : " prettier --write ." ,
16
16
"format:check" : " prettier --check ." ,
17
17
"lint" : " npm-run-all --continue-on-error --aggregate-output --parallel lint:*" ,
83
83
"npm-run-all2" : " ^7.0.1" ,
84
84
"prettier" : " ^3.6.2" ,
85
85
"release-it" : " ^17.2.0" ,
86
- "tsup " : " ^8.5.0 " ,
86
+ "tsdown " : " ^0.13.3 " ,
87
87
"typescript" : " ^5.9.2" ,
88
88
"typescript-eslint" : " ^8.39.0" ,
89
89
"vitest" : " ^3.2.4"
Original file line number Diff line number Diff line change 13
13
"verbatimModuleSyntax" : true ,
14
14
"erasableSyntaxOnly" : true ,
15
15
"forceConsistentCasingInFileNames" : true ,
16
+ "rewriteRelativeImportExtensions" : true ,
16
17
"paths" : {
17
18
"eslint-plugin-eslint-plugin" : [" ./lib/index.ts" ]
18
19
},
Original file line number Diff line number Diff line change 1
- import { defineConfig } from 'tsup ' ;
1
+ import { defineConfig } from 'tsdown ' ;
2
2
3
3
export default defineConfig ( {
4
- bundle : false ,
4
+ unbundle : true ,
5
5
clean : true ,
6
6
dts : true ,
7
7
entry : [ 'lib/**/*.ts' ] ,
You can’t perform that action at this time.
0 commit comments