File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed
Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ async function build() {
4242 outdir : 'dist' ,
4343 target : 'node' ,
4444 format : 'esm' ,
45- sourcemap : 'external' ,
4645 minify : false ,
4746 external,
4847 naming : '[dir]/index.mjs' ,
@@ -57,7 +56,6 @@ async function build() {
5756 outdir : 'dist' ,
5857 target : 'node' ,
5958 format : 'cjs' ,
60- sourcemap : 'external' ,
6159 minify : false ,
6260 external,
6361 naming : '[dir]/index.cjs' ,
Original file line number Diff line number Diff line change 99 "outDir" : " dist" ,
1010 "strict" : true ,
1111 "declaration" : true ,
12- "declarationMap" : true ,
1312 "skipLibCheck" : true ,
1413 "emitDeclarationOnly" : true ,
1514 "esModuleInterop" : true ,
Original file line number Diff line number Diff line change 1010 "skipLibCheck" : true ,
1111 "forceConsistentCasingInFileNames" : true ,
1212 "declaration" : true ,
13- "declarationMap" : true ,
1413 "outDir" : " ./dist" ,
1514 "allowImportingTsExtensions" : false ,
1615 "types" : [" node" ]
You can’t perform that action at this time.
0 commit comments