We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41561f commit 789e205Copy full SHA for 789e205
package.json
@@ -12,7 +12,7 @@
12
"url": "git+https://github.com/expressjs/codemod.git"
13
},
14
"keywords": ["codemods", "express"],
15
- "files": ["build/**/*.js"],
+ "files": ["build"],
16
"scripts": {
17
"clean": "rm -rf build",
18
"dev": "tsc -d -w -p tsconfig.json",
tsconfig.json
@@ -1,7 +1,7 @@
1
{
2
"compilerOptions": {
3
"module": "commonjs",
4
- "sourceMap": true,
+ "sourceMap": false,
5
"esModuleInterop": true,
6
"target": "ES2022",
7
"downlevelIteration": true,
0 commit comments