We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2082c0 commit f8154c9Copy full SHA for f8154c9
sdk/scripts/build.ts
@@ -43,6 +43,7 @@ async function build() {
43
target: 'node',
44
format: 'esm',
45
minify: false,
46
+ sourcemap: 'linked',
47
external,
48
naming: '[dir]/index.mjs',
49
loader: {
@@ -57,6 +58,7 @@ async function build() {
57
58
59
format: 'cjs',
60
61
62
63
naming: '[dir]/index.cjs',
64
define: {
sdk/tsconfig.build.json
@@ -9,6 +9,7 @@
9
"outDir": "dist",
10
"strict": true,
11
"declaration": true,
12
+ "declarationMap": true,
13
"skipLibCheck": true,
14
"emitDeclarationOnly": true,
15
"esModuleInterop": true,
0 commit comments