File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { definePreset } from 'unbuild';
33// @see https://github.com/unjs/unbuild
44export default definePreset ( {
55 clean : true ,
6- declaration : true ,
6+ declaration : 'node16' ,
77 sourcemap : true ,
88 rollup : {
99 emitCJS : false ,
Original file line number Diff line number Diff line change 66 "module" : " ./dist/index.mjs" ,
77 "exports" : {
88 "." : {
9- "types" : " ./dist/index.d.ts " ,
9+ "types" : " ./dist/index.d.mts " ,
1010 "default" : " ./dist/index.mjs"
1111 },
1212 "./package.json" : " ./package.json"
1313 },
14- "types" : " ./dist/index.d.ts " ,
14+ "types" : " ./dist/index.d.mts " ,
1515 "repository" : {
1616 "type" : " git" ,
1717 "url" : " git+https://github.com/bombshell-dev/clack.git" ,
Original file line number Diff line number Diff line change 66 "module" : " ./dist/index.mjs" ,
77 "exports" : {
88 "." : {
9- "types" : " ./dist/index.d.ts " ,
9+ "types" : " ./dist/index.d.mts " ,
1010 "default" : " ./dist/index.mjs"
1111 },
1212 "./package.json" : " ./package.json"
1313 },
14- "types" : " ./dist/index.d.ts " ,
14+ "types" : " ./dist/index.d.mts " ,
1515 "repository" : {
1616 "type" : " git" ,
1717 "url" : " git+https://github.com/bombshell-dev/clack.git" ,
You can’t perform that action at this time.
0 commit comments