8000 Disable the generation of source maps · samccone/chrome-trace-event@e8b4f77 · GitHub
[go: up one dir, main page]

Skip to content

Commit e8b4f77

Browse files
committed
Disable the generation of source maps
Source maps are, by default, not interpreted by Node.js anyway and it's a 4KB file
1 parent 7256693 commit e8b4f77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"es2015"
77
],
88
"declaration": true,
9-
"sourceMap": true,
9+
"sourceMap": false,
1010
"outDir": "./dist",
1111
"importHelpers": true,
1212
"strict": true,
@@ -25,4 +25,4 @@
2525
],
2626
"esModuleInterop": true
2727
}
28-
}
28+
}

0 commit comments

Comments
 (0)
0