File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "type" : " module"
3+ }
Original file line number Diff line number Diff line change 2424 "scripts" : {
2525 "build" : " npm run clean && rollup --config && npm run build-test" ,
2626 "build-test" : " npm run build-test-esm && npm run build-test-cjs" ,
27- "build-test-esm" : " tsc -p ./tsconfig.test.esm.json" ,
27+ "build-test-esm" : " tsc -p ./tsconfig.test.esm.json && cpy esm-package.json out/esm --rename=package.json " ,
2828 "build-test-cjs" : " tsc -p ./tsconfig.test.cjs.json && cpy cjs-package.json out/commonjs --rename=package.json" ,
2929 "clean" : " rimraf dist out types" ,
3030 "dev" : " rollup --config --watch" ,
Original file line number Diff line number Diff line change 77 " ES2022"
88 ],
99 "skipDefaultLibCheck" : true ,
10- "module" : " ESNext" ,
1110 "moduleResolution" : " Node" ,
1211 "target" : " ES2022" ,
1312 "strictNullChecks" : true ,
You can’t perform that action at this time.
0 commit comments