File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed
Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 3535 ],
3636 "sideEffects" : false ,
3737 "exports" : {
38- "." : {
39- "import" : " ./dist/index.mjs" ,
40- "require" : " ./dist/index.cjs"
41- },
42- "./macro" : {
43- "import" : " ./dist/macro.mjs" ,
44- "require" : " ./dist/macro.cjs"
45- },
38+ "." : " ./dist/index.mjs" ,
39+ "./macro" : " ./dist/macro.mjs" ,
4640 "./package.json" : " ./package.json"
4741 },
48- "main" : " ./dist/index.cjs " ,
42+ "main" : " ./dist/index.mjs " ,
4943 "module" : " ./dist/index.mjs" ,
50- "types" : " ./dist/index.d.cts " ,
44+ "types" : " ./dist/index.d.mts " ,
5145 "typesVersions" : {
5246 "*" : {
5347 "*" : [
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import { defineConfig } from 'tsdown'
22
33export default defineConfig ( {
44 entry : 'src/{index,macro}.ts' ,
5- format : [ 'cjs' , 'esm' ] ,
65 inlineOnly : [ ] ,
76 exports : true ,
87 dts : {
You can’t perform that action at this time.
0 commit comments