Skip to content

Commit 3628c28

Browse files
committed
ts: skip unused params
1 parent 111afe8 commit 3628c28

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
@@ -16,8 +16,8 @@
1616
"lib": ["esnext"],
1717
"module": "commonjs",
1818
"moduleResolution": "node",
19-
"noUnusedLocals": true,
20-
"noUnusedParameters": true,
19+
"noUnusedLocals": false,
20+
"noUnusedParameters": false,
2121
"skipLibCheck": true,
2222
"sourceMap": true,
2323
"importHelpers": false,

0 commit comments

Comments
 (0)