Skip to content

Commit 8e7f5d5

Browse files
committed
removed sourcemap from tsconfig
1 parent b24df4e commit 8e7f5d5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coderosh/image-size",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Get height and width of image in node and browser",
55
"main": "dist/index.js",
66
"browser": "dist/browser.js",

tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"compilerOptions": {
3-
"target": "ESNext",
4-
"module": "commonjs",
3+
"target": "ES2020",
4+
"module": "es2020",
55
"declaration": true,
6-
"sourceMap": true,
76
"outDir": "dist",
87
"removeComments": true,
98
"strict": true,

0 commit comments

Comments
 (0)