Skip to content

Commit 789e205

Browse files
authored
chore: update package.json to simplify file inclusion and disable source maps in tsconfig.json (#30)
1 parent c41561f commit 789e205

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"url": "git+https://github.com/expressjs/codemod.git"
1313
},
1414
"keywords": ["codemods", "express"],
15-
"files": ["build/**/*.js"],
15+
"files": ["build"],
1616
"scripts": {
1717
"clean": "rm -rf build",
1818
"dev": "tsc -d -w -p tsconfig.json",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"module": "commonjs",
4-
"sourceMap": true,
4+
"sourceMap": false,
55
"esModuleInterop": true,
66
"target": "ES2022",
77
"downlevelIteration": true,

0 commit comments

Comments
 (0)