File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Discord bot framework built for advanced and amazing bots." ,
5
5
"main" : " dist/cjs/index.cjs" ,
6
6
"module" : " dist/esm/index.mjs" ,
7
- "types" : " dist/cjs/index.d.ts " ,
7
+ "types" : " dist/cjs/index.d.cts " ,
8
8
"exports" : {
9
9
"import" : {
10
10
"types" : " ./dist/esm/index.d.mts" ,
11
11
"default" : " ./dist/esm/index.mjs"
12
12
},
13
13
"require" : {
14
- "types" : " ./dist/cjs/index.d.ts " ,
14
+ "types" : " ./dist/cjs/index.d.cts " ,
15
15
"default" : " ./dist/cjs/index.cjs"
16
16
}
17
17
},
29
29
"bump" : " cliff-jumper" ,
30
30
"check-update" : " cliff-jumper --dry-run" ,
31
31
"prepack" : " yarn build && concurrently \" yarn:prepack:*\" " ,
32
- "prepack:cjs" : " rollup-type-bundler -d dist/cjs" ,
32
+ "prepack:cjs" : " rollup-type-bundler -d dist/cjs -ot .cts " ,
33
33
"prepack:esm" : " rollup-type-bundler -d dist/esm -t .mts"
34
34
},
35
35
"dependencies" : {
You can’t perform that action at this time.
0 commit comments