Skip to content

Commit 6a7601c

Browse files
Reduce Bundle Size
Disable declarationMap output as this is not used in debugging or in production.
1 parent 1d7cd4b commit 6a7601c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
// "maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'. */
4646
/* Emit */
4747
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */
48-
"declarationMap": true, /* Create sourcemaps for d.ts files. */
48+
// "declarationMap": true, /* Create sourcemaps for d.ts files. */
4949
// "emitDeclarationOnly": true, /* Only output d.ts files and not JavaScript files. */
5050
"sourceMap": true, /* Create source map files for emitted JavaScript files. */
5151
// "inlineSourceMap": true, /* Include sourcemap files inside the emitted JavaScript. */

0 commit comments

Comments
 (0)