Skip to content

Commit 92254e3

Browse files
chore: disable source maps
1 parent 96eaebf commit 92254e3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@discord.https/cloudflare-adapter",
3-
"version": "1.0.0",
3+
"version": "1.0.2",
44
"description": "An adapter for integrating discord.https with Cloudflare workers.",
55
"main": "./dist/index.js",
66
"type": "module",

tsconfig.json

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

0 commit comments

Comments
 (0)