Skip to content

Commit 9261021

Browse files
authored
Disable sourcemap emission to avoid missing source warnings (#1268)
Amp-Thread-ID: https://ampcode.com/threads/T-019cf38f-f178-708b-b734-0d959b97b235
1 parent 42ae351 commit 9261021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"module": "commonjs",
1010
"declaration": true,
11-
"sourceMap": true,
11+
"sourceMap": false,
1212
"strict": true,
1313
"moduleResolution": "node",
1414
"esModuleInterop": true,

0 commit comments

Comments
 (0)