File tree Expand file tree Collapse file tree 3 files changed +950
-2
lines changed Expand file tree Collapse file tree 3 files changed +950
-2
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 61
61
"build" : " yarn build:cjs && yarn build:esm" ,
62
62
"build:cjs" : " tsc -p tsconfig.cjs.json" ,
63
63
"build:esm" : " tsc -p tsconfig.esm.json && echo '{\" type\" : \" module\" }' > esm/package.json" ,
64
- "clean" : " exec git clean -xf -e 'node_modules' '*'" ,
64
+ "clean" : " yarn exec git clean -xf -e 'node_modules' -e '.yarn ' '*'" ,
65
65
"test" : " jest test --no-cache --forceExit" ,
66
66
"prepack" : " yarn build"
67
67
},
Original file line number Diff line number Diff line change 4
4
"target" : " ES2022" ,
5
5
"module" : " CommonJS" ,
6
6
"declaration" : true ,
7
- "outDir" : " ./cjs " ,
7
+ "outDir" : " ./" ,
8
8
"esModuleInterop" : true ,
9
9
"forceConsistentCasingInFileNames" : true ,
10
10
"strict" : true ,
You can’t perform that action at this time.
0 commit comments