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
"lint" : " npm-run-all --continue-on-error --aggregate-output --parallel lint:*" ,
16
16
"lint:docs" : " markdownlint \" **/*.md\" " ,
17
17
"lint:eslint-docs" : " npm-run-all -s build \" update:eslint-docs -- --check\" " ,
81
81
"npm-run-all2" : " ^7.0.1" ,
82
82
"prettier" : " ^3.4.1" ,
83
83
"release-it" : " ^17.2.0" ,
84
- "tsup " : " ^8.5.0 " ,
84
+ "tsdown " : " ^0.13.3 " ,
85
85
"typescript" : " ^5.9.2" ,
86
86
"vitest" : " ^3.2.4"
87
87
},
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